<?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=15743&amp;type=atom" />
	<updated>2020-10-24T19:53:23Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15743</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сместить координаты для клика?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142765#p142765" />
			<content type="html"><![CDATA[<p>Точно, поспешил - скопипастил.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-10-24T19:53:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142765#p142765</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сместить координаты для клика?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142764#p142764" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>var := % X + 15</p></blockquote></div><p>Знак процента тут не нужен.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2020-10-24T19:44:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142764#p142764</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сместить координаты для клика?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142763#p142763" />
			<content type="html"><![CDATA[<p>Можно использовать выражения вот так:<br /></p><div class="codebox"><pre><code>X := 10
MsgBox, % X + 15

var := % X + 15
MsgBox, %var%
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-10-24T19:22:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142763#p142763</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сместить координаты для клика?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142757#p142757" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kdn14062000]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41144</uri>
			</author>
			<updated>2020-10-24T17:31:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142757#p142757</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сместить координаты для клика?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142750#p142750" />
			<content type="html"><![CDATA[<p>А как в данный момент выглядит код?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-10-24T15:45:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142750#p142750</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сместить координаты для клика?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142749#p142749" />
			<content type="html"><![CDATA[<p>Написал код для поиска картинки и клику по ней ,как сделать так чтоб клик был левее ниже ,Ну или вообще в центре картинки ?</p>]]></content>
			<author>
				<name><![CDATA[kdn14062000]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41144</uri>
			</author>
			<updated>2020-10-24T15:23:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142749#p142749</id>
		</entry>
</feed>
