<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Пауза между блоками макроса]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10526&amp;type=atom" />
	<updated>2015-03-27T13:24:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10526</id>
		<entry>
			<title type="html"><![CDATA[Re: Пауза между блоками макроса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92782#p92782" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p><span style="color: green"><strong>dark777333</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p></blockquote></div><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;o/t</div><div class="fancy_spoiler"><p><span style="color: red"><em>Пора автоматизировать отправку этих сообщений <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></em></span></p></div></div>]]></content>
			<author>
				<name><![CDATA[Drugoy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27463</uri>
			</author>
			<updated>2015-03-27T13:24:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92782#p92782</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Пауза между блоками макроса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92780#p92780" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>dark777333</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-03-27T11:56:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92780#p92780</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Пауза между блоками макроса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92779#p92779" />
			<content type="html"><![CDATA[<p>Так пауза полсекунды всего. Её и не заметить можно. Поставьте секунду, две.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2015-03-27T11:13:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92779#p92779</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Пауза между блоками макроса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92778#p92778" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>YMP пишет:</cite><blockquote><p>Из чего видно, что она не срабатывает?</p></blockquote></div><br /><p>Я снял видео из приложения, и по таймеру сверил, команды идут подряд без остановки на паузу.</p>]]></content>
			<author>
				<name><![CDATA[dark777333]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30485</uri>
			</author>
			<updated>2015-03-27T10:30:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92778#p92778</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Пауза между блоками макроса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92777#p92777" />
			<content type="html"><![CDATA[<p>Из чего видно, что она не срабатывает?</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2015-03-27T10:28:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92777#p92777</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Пауза между блоками макроса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92776#p92776" />
			<content type="html"><![CDATA[<p>Добрый день. <br />Есть такой скрипт</p><div class="codebox"><pre><code>#UseHook
mbutton::

Loop 2
{
SendInput {9}
Sleep, 1
SendInput {9}{0}{0}
Sleep, 1
SendInput {6}{6}{0}{0}{6}{6}
}

Sleep 500


loop  2
{
SendInput {7}
Sleep, 1
SendInput {7}{8}{8}
Sleep, 1
SendInput {-}{-}{8}{8}{-}{-}
} 

</code></pre></div><p>Необходимо, чтобы срабатывала первая часть макроса, и через 0.5 сек, вторая. У меня стоит функция </p><div class="codebox"><pre><code>Sleep</code></pre></div><p> в данном случае 500 мс., но она почему то не срабатывает. </p><p>Возможно ли её заменить на какую либо аналогичную функцию? Или как то по-другому организовать временную задержку между первым&nbsp; и вторым блоком макроса?</p>]]></content>
			<author>
				<name><![CDATA[dark777333]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30485</uri>
			</author>
			<updated>2015-03-27T09:59:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92776#p92776</id>
		</entry>
</feed>
