<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK:Средняя скорость изменения переменной]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14343&amp;type=atom" />
	<updated>2018-11-26T11:14:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14343</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Средняя скорость изменения переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130046#p130046" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>wladkokopops</strong>, добавьте префикс скриптового языка в название темы. Также проставьте заглавные буквы и точки в сообщениях:</span><br /><a href="http://forum.script-coding.com/viewtopic.php?pid=108412#p108412">http://forum.script-coding.com/viewtopi … 12#p108412</a>;<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=121161#p121161">http://forum.script-coding.com/viewtopi … 61#p121161</a>;<br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=130035#p130035">http://forum.script-coding.com/viewtopi … 35#p130035</a>.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-11-26T11:14:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130046#p130046</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Средняя скорость изменения переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130041#p130041" />
			<content type="html"><![CDATA[<p>Посмотрите названия других тем, потом загляните сюда:<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=105176#p105176">http://forum.script-coding.com/viewtopi … 76#p105176</a></p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2018-11-26T10:16:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130041#p130041</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Средняя скорость изменения переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130035#p130035" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong><br />Жду помощи)</p>]]></content>
			<author>
				<name><![CDATA[wladkokopops]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34240</uri>
			</author>
			<updated>2018-11-26T08:31:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130035#p130035</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Средняя скорость изменения переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130007#p130007" />
			<content type="html"><![CDATA[<p>Есть переменная которая прибавляется в GUI с определенной скоростью<br />допустим звать ее вот так:<br /></p><div class="codebox"><pre><code>
shetchik := 0
loop{
shetchik := Shetchik + 1
}
</code></pre></div><p>как вывести переменную с средней скоростью в секунду?<br />Моих мозгов хватило только на такое<br /></p><div class="codebox"><pre><code>
sec1 := %shetchik%
sleep, 1000
sec2 := %shetchik%
persec = %sec2% - %sec1% 
</code></pre></div><p>Но куда не суну, не то..</p>]]></content>
			<author>
				<name><![CDATA[wladkokopops]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34240</uri>
			</author>
			<updated>2018-11-24T00:25:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130007#p130007</id>
		</entry>
</feed>
