<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Do touch coordinates change when the screen is moved?]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/murtaza" aria-label="Profile: Murtaza">@<bdi>Murtaza</bdi></a> if you touch an object and then move the screen, will the coordinates for the touch behavior be different when the screen moves?</p>
]]></description><link>https://forum.hyperpad.com/topic/129/do-touch-coordinates-change-when-the-screen-is-moved</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 20:32:58 GMT</lastBuildDate><atom:link href="https://forum.hyperpad.com/topic/129.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Nov 2016 18:16:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Thu, 24 Nov 2016 23:04:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/itap-development" aria-label="Profile: iTap-Development">@<bdi>iTap-Development</bdi></a> not directly, but as I said before you can find the coordinates relative to 0,0 of the screen by doing this (for default zoom):<br />
X=Touching.X(World Coords)-Screen.X+16<br />
Y=Touching.Y(World Coords)-Screen.Y+12<br />
When you change the zoom, this won't work anymore since the screen centre would change. To fix this, change the 16 and 12 offsets to the centre of the screen when you zoom.</p>
]]></description><link>https://forum.hyperpad.com/post/740</link><guid isPermaLink="true">https://forum.hyperpad.com/post/740</guid><dc:creator><![CDATA[Jack8680]]></dc:creator><pubDate>Thu, 24 Nov 2016 23:04:40 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Thu, 24 Nov 2016 18:15:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hamed" aria-label="Profile: Hamed">@<bdi>Hamed</bdi></a> so can I output the coordinates relative to the screen? Sorry if I'm confused🙈</p>
]]></description><link>https://forum.hyperpad.com/post/732</link><guid isPermaLink="true">https://forum.hyperpad.com/post/732</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Thu, 24 Nov 2016 18:15:39 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Thu, 24 Nov 2016 17:52:11 GMT]]></title><description><![CDATA[<p dir="auto">I see whats happening. I assumed you were talking about touches using global behaviours. When turning off world coordinates, it outputs the position relative to itself.</p>
<p dir="auto">eg. you have a blue box in the middle of the screen and you output the y coordinates of the finger with world coordinates off. As soon as your finger goes under neath the blue box, it will be less than zero. If your finger goes above the blue box, it will output the the height of the blue box + the distance away from the edge of the blue box.</p>
]]></description><link>https://forum.hyperpad.com/post/731</link><guid isPermaLink="true">https://forum.hyperpad.com/post/731</guid><dc:creator><![CDATA[Hamed]]></dc:creator><pubDate>Thu, 24 Nov 2016 17:52:11 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Thu, 24 Nov 2016 17:22:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hamed" aria-label="Profile: Hamed">@<bdi>Hamed</bdi></a> I sent you a project in an email!</p>
]]></description><link>https://forum.hyperpad.com/post/730</link><guid isPermaLink="true">https://forum.hyperpad.com/post/730</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Thu, 24 Nov 2016 17:22:36 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Thu, 24 Nov 2016 14:49:03 GMT]]></title><description><![CDATA[<p dir="auto">Can you make me a quick project to see whats going on? And tell me what you expect to happen and what is happening?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.hyperpad.com/post/723</link><guid isPermaLink="true">https://forum.hyperpad.com/post/723</guid><dc:creator><![CDATA[Hamed]]></dc:creator><pubDate>Thu, 24 Nov 2016 14:49:03 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Thu, 24 Nov 2016 04:49:44 GMT]]></title><description><![CDATA[<p dir="auto">yeah that works....but isn't there a way to use screen coordinates without doing that <a class="plugin-mentions-user plugin-mentions-a" href="/user/murtaza" aria-label="Profile: Murtaza">@<bdi>Murtaza</bdi></a> ?</p>
]]></description><link>https://forum.hyperpad.com/post/709</link><guid isPermaLink="true">https://forum.hyperpad.com/post/709</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Thu, 24 Nov 2016 04:49:44 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Wed, 23 Nov 2016 04:29:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jack8680" aria-label="Profile: Jack8680">@<bdi>Jack8680</bdi></a>  yeah that works....but isn't there a way to use screen coordinates without doing that <a class="plugin-mentions-user plugin-mentions-a" href="/user/murtaza" aria-label="Profile: Murtaza">@<bdi>Murtaza</bdi></a> ?</p>
]]></description><link>https://forum.hyperpad.com/post/684</link><guid isPermaLink="true">https://forum.hyperpad.com/post/684</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Wed, 23 Nov 2016 04:29:59 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Tue, 22 Nov 2016 22:01:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/itap-development" aria-label="Profile: iTap-Development">@<bdi>iTap-Development</bdi></a> World Coordinates returns the coordinates in the world, relative to 0,0 of the world coordinates. Turning it off returns where you touched, relative to the object you are touching. To get the screen coordinates, subtract the touching world coordinates from the screen position and add the screen offset (by default, 16 to x and 12 to y).</p>
]]></description><link>https://forum.hyperpad.com/post/671</link><guid isPermaLink="true">https://forum.hyperpad.com/post/671</guid><dc:creator><![CDATA[Jack8680]]></dc:creator><pubDate>Tue, 22 Nov 2016 22:01:30 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Tue, 22 Nov 2016 21:54:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hamed" aria-label="Profile: Hamed">@<bdi>Hamed</bdi></a> how do you put it on screen coordinates? There is only a toggle for world coordinates, or does turning that off make it screen coordinates? Even with world coordinates off I still  have the same problem.</p>
]]></description><link>https://forum.hyperpad.com/post/669</link><guid isPermaLink="true">https://forum.hyperpad.com/post/669</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Tue, 22 Nov 2016 21:54:17 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Tue, 22 Nov 2016 21:00:21 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, I told <a class="plugin-mentions-user plugin-mentions-a" href="/user/murtaza" aria-label="Profile: Murtaza">@<bdi>Murtaza</bdi></a> the setup backwards. Screen coordinates will be the same, world coordinates will be different. So if you have world coordinates selected then that is how it should be working.</p>
]]></description><link>https://forum.hyperpad.com/post/667</link><guid isPermaLink="true">https://forum.hyperpad.com/post/667</guid><dc:creator><![CDATA[Hamed]]></dc:creator><pubDate>Tue, 22 Nov 2016 21:00:21 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Tue, 22 Nov 2016 20:53:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hamed" aria-label="Profile: Hamed">@<bdi>Hamed</bdi></a> or <a class="plugin-mentions-user plugin-mentions-a" href="/user/murtaza" aria-label="Profile: Murtaza">@<bdi>Murtaza</bdi></a> what I'm trying to say is I that, if I touch in the middle of the screen that point would be x16 y12 but if I first move the screen to the point x16 y11 then touch the middle of the screen, the point it would out put is x16 y13 I think...is that how it should work?</p>
]]></description><link>https://forum.hyperpad.com/post/666</link><guid isPermaLink="true">https://forum.hyperpad.com/post/666</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Tue, 22 Nov 2016 20:53:35 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Tue, 22 Nov 2016 20:11:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/itap-development" aria-label="Profile: iTap-Development">@<bdi>iTap-Development</bdi></a> I'm not sure what you mean. Can you either share a link to your project or post a screenshot of the behaviours?</p>
]]></description><link>https://forum.hyperpad.com/post/665</link><guid isPermaLink="true">https://forum.hyperpad.com/post/665</guid><dc:creator><![CDATA[Hamed]]></dc:creator><pubDate>Tue, 22 Nov 2016 20:11:25 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Tue, 22 Nov 2016 19:56:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/murtaza" aria-label="Profile: Murtaza">@<bdi>Murtaza</bdi></a> i tried with world coordinates on with a while touching behavior. I had the while touching behavior set a label to the the touch point (world coordinates on) and then when i touched the object it would move the screen. When i played it i touched the object, and the coordinates where i touched were not what it showed.</p>
]]></description><link>https://forum.hyperpad.com/post/663</link><guid isPermaLink="true">https://forum.hyperpad.com/post/663</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Tue, 22 Nov 2016 19:56:59 GMT</pubDate></item><item><title><![CDATA[Reply to Do touch coordinates change when the screen is moved? on Tue, 22 Nov 2016 19:48:33 GMT]]></title><description><![CDATA[<p dir="auto">If you're have the "world coordinates" switch on, then it it won't change. If the switch is set to use screen coordinates then it does change.</p>
]]></description><link>https://forum.hyperpad.com/post/661</link><guid isPermaLink="true">https://forum.hyperpad.com/post/661</guid><dc:creator><![CDATA[Murtaza]]></dc:creator><pubDate>Tue, 22 Nov 2016 19:48:33 GMT</pubDate></item></channel></rss>