<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Вопрос про Loop]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16856&amp;type=atom" />
	<updated>2021-12-31T22:00:50Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16856</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вопрос про Loop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151463#p151463" />
			<content type="html"><![CDATA[<p><strong>uran612</strong>, ответ очевиден. Дописать этот код после цикла.</p>]]></content>
			<author>
				<name><![CDATA[andrey.a.polyakov.b2c]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42228</uri>
			</author>
			<updated>2021-12-31T22:00:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151463#p151463</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Вопрос про Loop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151444#p151444" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[uran612]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42233</uri>
			</author>
			<updated>2021-12-28T23:20:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151444#p151444</id>
		</entry>
</feed>
