<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Вопрос про Loop]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=16856</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16856&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Вопрос про Loop».]]></description>
		<lastBuildDate>Fri, 31 Dec 2021 22:00:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Вопрос про Loop]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=151463#p151463</link>
			<description><![CDATA[<p><strong>uran612</strong>, ответ очевиден. Дописать этот код после цикла.</p>]]></description>
			<author><![CDATA[null@example.com (andrey.a.polyakov.b2c)]]></author>
			<pubDate>Fri, 31 Dec 2021 22:00:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=151463#p151463</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Вопрос про Loop]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=151444#p151444</link>
			<description><![CDATA[<div class="codebox"><pre><code>F6::
Loop, 20
{
label1:
ImageSearch, X, Y, 877, 892, 895, 914, *TransBlack *50 E.png
     if ( ErrorLevel = &quot;0&quot; ) {
	 Send {e}
	 goto, label2
}
     if ( ErrorLevel = &quot;1&quot; ) {
	 SoundBeep, 400, 800
	 SoundBeep, 400, 800
	 Sleep, 500
	 Send {F5}
}
return
label2:
ImageSearch, X, Y, 934, 545, 980, 589, *TransBlack *50 F.png
     if ( ErrorLevel = &quot;0&quot; ) {
	     Send {f}
	     Sleep, 250
	     Send {f}
	     goto, label2
}
     if ( ErrorLevel = &quot;1&quot; ) {
	     goto, label3
}
return
label3:
ImageSearch, X, Y, 934, 545, 980, 589, *TransBlack *50 Y.png
     if ( ErrorLevel = &quot;0&quot; ) {
	     Send {y}
	     Sleep, 250
	     Send {y}
		 goto, label2
}
}

return</code></pre></div><p>Хочу чтобы после выполнения цикла 20 раз, пошел следующий код, подскажите, как сделать?<br /></p><div class="codebox"><pre><code>SoundBeep, 1200
SoundBeep, 900
SoundBeep, 1200
SoundBeep, 890
SoundBeep, 700
SoundBeep, 890
SoundBeep, 600
Sleep, 500
Send {F5}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (uran612)]]></author>
			<pubDate>Tue, 28 Dec 2021 23:20:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=151444#p151444</guid>
		</item>
	</channel>
</rss>
