<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как сместить координаты для клика?]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15743</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15743&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как сместить координаты для клика?».]]></description>
		<lastBuildDate>Sat, 24 Oct 2020 19:53:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как сместить координаты для клика?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142765#p142765</link>
			<description><![CDATA[<p>Точно, поспешил - скопипастил.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 24 Oct 2020 19:53:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142765#p142765</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сместить координаты для клика?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142764#p142764</link>
			<description><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>var := % X + 15</p></blockquote></div><p>Знак процента тут не нужен.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Sat, 24 Oct 2020 19:44:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142764#p142764</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сместить координаты для клика?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142763#p142763</link>
			<description><![CDATA[<p>Можно использовать выражения вот так:<br /></p><div class="codebox"><pre><code>X := 10
MsgBox, % X + 15

var := % X + 15
MsgBox, %var%
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 24 Oct 2020 19:22:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142763#p142763</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сместить координаты для клика?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142757#p142757</link>
			<description><![CDATA[<p><strong>ypppu</strong><br /></p><div class="codebox"><pre><code>ImageSearch, X,Y, 0, 0, %A_ScreenWidth%, %A_ScreenHeight%, *25 333.bmp
   if ErrorLevel = 0
    {
		Sleep, 75
		Click, %X%, %Y%
		Sleep, 30
		MouseMove, 1, 1
    }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kdn14062000)]]></author>
			<pubDate>Sat, 24 Oct 2020 17:31:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142757#p142757</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сместить координаты для клика?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142750#p142750</link>
			<description><![CDATA[<p>А как в данный момент выглядит код?</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 24 Oct 2020 15:45:15 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142750#p142750</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как сместить координаты для клика?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142749#p142749</link>
			<description><![CDATA[<p>Написал код для поиска картинки и клику по ней ,как сделать так чтоб клик был левее ниже ,Ну или вообще в центре картинки ?</p>]]></description>
			<author><![CDATA[null@example.com (kdn14062000)]]></author>
			<pubDate>Sat, 24 Oct 2020 15:23:34 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142749#p142749</guid>
		</item>
	</channel>
</rss>
