<?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[Anchor point]]></title><description><![CDATA[<p dir="auto">Since you can’t set the anchor point of an object yet, I’m trying to create my own anchor point. So far I can rotate an object around a point with sine and cosine, but that is from the center of the object. I need it to rotate from a point on the object For example, rotate around the the top right corner.<br />
I can’t seem to figure it out....any help would be great!</p>
]]></description><link>https://forum.hyperpad.com/topic/524/anchor-point</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 19:21:52 GMT</lastBuildDate><atom:link href="https://forum.hyperpad.com/topic/524.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Oct 2017 23:50:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anchor point on Sun, 12 Nov 2017 21:35:23 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 don’t remember lol. There is a reason though. It’s probably one of those formulas like hypotenuse = sin(θ) × opposite.</p>
]]></description><link>https://forum.hyperpad.com/post/3756</link><guid isPermaLink="true">https://forum.hyperpad.com/post/3756</guid><dc:creator><![CDATA[Aidan_Fire]]></dc:creator><pubDate>Sun, 12 Nov 2017 21:35:23 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sun, 12 Nov 2017 20:04:38 GMT]]></title><description><![CDATA[<p dir="auto">@Aidan-Oxley so why are you multiplying the sine and cosine angles by the diagonal distance?</p>
]]></description><link>https://forum.hyperpad.com/post/3752</link><guid isPermaLink="true">https://forum.hyperpad.com/post/3752</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Sun, 12 Nov 2017 20:04:38 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sun, 05 Nov 2017 16:11:37 GMT]]></title><description><![CDATA[<p dir="auto">@Aidan-Oxley sorry! I was confusing with something else in my project 🤦‍♂️ I’ve only got a few hours of sleep every night for a week due to my 3d printer addiction! so my brain doesn’t work....</p>
]]></description><link>https://forum.hyperpad.com/post/3451</link><guid isPermaLink="true">https://forum.hyperpad.com/post/3451</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Sun, 05 Nov 2017 16:11:37 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sun, 05 Nov 2017 01:14:28 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> You know Pythagora’s theorem? If you have a right angle triangle, a is the length of one side, b is the length of the other and c is the length of the hypotenuse (the longest one, diagonal if a is x and b is y), then c² = a² + b². What I was trying to work out is the diagonal distance between two points. I can easily get the x and y distance between them, but I wanted diagonal.</p>
]]></description><link>https://forum.hyperpad.com/post/3433</link><guid isPermaLink="true">https://forum.hyperpad.com/post/3433</guid><dc:creator><![CDATA[Aidan_Fire]]></dc:creator><pubDate>Sun, 05 Nov 2017 01:14:28 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sat, 04 Nov 2017 11:18:04 GMT]]></title><description><![CDATA[<p dir="auto">@Aidan-Oxley <a class="plugin-mentions-user plugin-mentions-a" href="/user/jack8680" aria-label="Profile: Jack8680">@<bdi>Jack8680</bdi></a> oh duh! So you are just multiplying the x and y by them selves for the x and y distance to the other point?<br />
I think I always just added the actual x and y distances.</p>
]]></description><link>https://forum.hyperpad.com/post/3431</link><guid isPermaLink="true">https://forum.hyperpad.com/post/3431</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Sat, 04 Nov 2017 11:18:04 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sat, 04 Nov 2017 11:08:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/deeeds" aria-label="Profile: Deeeds">@<bdi>Deeeds</bdi></a> that would work kinda, but yeah it wouldn’t work well in some ways.</p>
]]></description><link>https://forum.hyperpad.com/post/3430</link><guid isPermaLink="true">https://forum.hyperpad.com/post/3430</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Sat, 04 Nov 2017 11:08:09 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sat, 04 Nov 2017 11:05:45 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> A hacky, tacky way to achieve the goal:</p>
<p dir="auto">Create a dummy object that you'll use as a virtual anchor point. Use the physics weld joint to bind your rotating object to the dummy object at the position you want relative to the virtual anchor point. Then rotate the dummy object. This should give you the result you want, but will ruin anything else regarding physics.</p>
<p dir="auto">But I agree. The anchor point should be respected by the rotate behaviour.</p>
]]></description><link>https://forum.hyperpad.com/post/3429</link><guid isPermaLink="true">https://forum.hyperpad.com/post/3429</guid><dc:creator><![CDATA[Deeeds]]></dc:creator><pubDate>Sat, 04 Nov 2017 11:05:45 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sat, 04 Nov 2017 10:05:38 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> Jack is right. This is how you work out the diagonal distance between two points if you know their coordinates.</p>
]]></description><link>https://forum.hyperpad.com/post/3428</link><guid isPermaLink="true">https://forum.hyperpad.com/post/3428</guid><dc:creator><![CDATA[Aidan_Fire]]></dc:creator><pubDate>Sat, 04 Nov 2017 10:05:38 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sat, 04 Nov 2017 06:55:11 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> those behaviours are Pythagoras' theorem. The result from the square root is the distance from the centre to the anchor point.</p>
]]></description><link>https://forum.hyperpad.com/post/3427</link><guid isPermaLink="true">https://forum.hyperpad.com/post/3427</guid><dc:creator><![CDATA[Jack8680]]></dc:creator><pubDate>Sat, 04 Nov 2017 06:55:11 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sat, 04 Nov 2017 04:17:34 GMT]]></title><description><![CDATA[<p dir="auto">@Aidan-Oxley hey, so I’m just coming back to this(I got a 3d printer so I’ve been busy with that!);<br />
What  do you need the “initial angle” for?<br />
And I’m not sure as to the purpose of the behaviors in the screen shot.<img src="https://assets.forum.hyperpad.com/assets/39ce3aea-2641-4723-8b62-b0aa6062fc75.png" alt="0_1509768978624_1A339C64-88B6-41E1-8C8C-A6109AC1CEDC.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hyperpad.com/post/3425</link><guid isPermaLink="true">https://forum.hyperpad.com/post/3425</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Sat, 04 Nov 2017 04:17:34 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sun, 08 Oct 2017 09:07:55 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> It’s the angle from the anchor to the object when the object is at rotation 0°. For example, anchor is 1 metre up and 1 metre to the right (so both positive), so when the object is at 0° rotation, the angle from the anchor to the object is 225° (so that’s down-left). Hope this makes sense.</p>
]]></description><link>https://forum.hyperpad.com/post/2988</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2988</guid><dc:creator><![CDATA[Aidan_Fire]]></dc:creator><pubDate>Sun, 08 Oct 2017 09:07:55 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Sat, 07 Oct 2017 20:15:07 GMT]]></title><description><![CDATA[<p dir="auto">@Aidan-Oxley hey could you explain the “initial angle” box container and how you’re using it?</p>
]]></description><link>https://forum.hyperpad.com/post/2987</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2987</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Sat, 07 Oct 2017 20:15:07 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Fri, 06 Oct 2017 02:09:36 GMT]]></title><description><![CDATA[<p dir="auto">@Aidan-Oxley great I’ll check it out tomorrow....because it’s 9:00 pm here and I’m tired!</p>
]]></description><link>https://forum.hyperpad.com/post/2978</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2978</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Fri, 06 Oct 2017 02:09:36 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Thu, 05 Oct 2017 21:45:55 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> [0_1507239850952_rotate.tap](Uploading 100%) Here’s a trig version lol. Aww I don’t have the privileges to upload the actual file lol. Link: <a href="http://bit.ly/2yrzlps" target="_blank" rel="noopener noreferrer nofollow ugc">http://bit.ly/2yrzlps</a></p>
]]></description><link>https://forum.hyperpad.com/post/2977</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2977</guid><dc:creator><![CDATA[Aidan_Fire]]></dc:creator><pubDate>Thu, 05 Oct 2017 21:45:55 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Thu, 05 Oct 2017 13:31:54 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> I never thought of doing it that way! Thanks!<br />
@Aidan-Oxley lol ok.</p>
]]></description><link>https://forum.hyperpad.com/post/2976</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2976</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Thu, 05 Oct 2017 13:31:54 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Thu, 05 Oct 2017 13:27:06 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 trying to make a trig version, but it’s too late for me brain not working past 11 pm lol. It’s gonna end up with like 10x more behaviours than Jack’s version 😝. I’ll do it tomorrow.</p>
]]></description><link>https://forum.hyperpad.com/post/2975</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2975</guid><dc:creator><![CDATA[Aidan_Fire]]></dc:creator><pubDate>Thu, 05 Oct 2017 13:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Thu, 05 Oct 2017 13:15:53 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> thanks I check it out....I did want to do a trig way but I can’t figure it out....</p>
]]></description><link>https://forum.hyperpad.com/post/2974</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2974</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Thu, 05 Oct 2017 13:15:53 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Thu, 05 Oct 2017 03:15:53 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> if you really want a trig way it shouldn't be too hard, but here's an easy way using move anchors (if I understand what you want): <a href="http://bit.ly/2fS4jj8" target="_blank" rel="noopener noreferrer nofollow ugc">http://bit.ly/2fS4jj8</a><br />
It moves to the anchor you want to rotate about, rotates, then reverses the movement of the anchor.</p>
]]></description><link>https://forum.hyperpad.com/post/2971</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2971</guid><dc:creator><![CDATA[Jack8680]]></dc:creator><pubDate>Thu, 05 Oct 2017 03:15:53 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Thu, 05 Oct 2017 02:06:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dgames135" aria-label="Profile: DGames135">@<bdi>DGames135</bdi></a> its simple....they work great for my projects, so love is what they get!  @Aidan-Oxley so since you love trigonometry, do happen to know the math behind rotating on an anchor? Because I don’t LOL</p>
<p dir="auto">maybe we should start a new thread and get everyone’s opinion on sine and cosine!🤣🤣🤣</p>
]]></description><link>https://forum.hyperpad.com/post/2969</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2969</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Thu, 05 Oct 2017 02:06:07 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Wed, 04 Oct 2017 21:50:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dgames135" aria-label="Profile: DGames135">@<bdi>DGames135</bdi></a> I love trigonometry, calculus and algebra. In fact, I’m better at that stuff than I am at simple maths 😐</p>
]]></description><link>https://forum.hyperpad.com/post/2968</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2968</guid><dc:creator><![CDATA[Aidan_Fire]]></dc:creator><pubDate>Wed, 04 Oct 2017 21:50:00 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Wed, 04 Oct 2017 19:38:09 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> 😡how?</p>
]]></description><link>https://forum.hyperpad.com/post/2967</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2967</guid><dc:creator><![CDATA[DGames135]]></dc:creator><pubDate>Wed, 04 Oct 2017 19:38:09 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Wed, 04 Oct 2017 16:53:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dgames135" aria-label="Profile: DGames135">@<bdi>DGames135</bdi></a> LOL I love sine and cosine!</p>
]]></description><link>https://forum.hyperpad.com/post/2966</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2966</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Wed, 04 Oct 2017 16:53:34 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Wed, 04 Oct 2017 14:23:58 GMT]]></title><description><![CDATA[<p dir="auto">Haha just reading this and realising I’m doing Sine and Cosine rule at school 😂 . No megusta...</p>
]]></description><link>https://forum.hyperpad.com/post/2965</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2965</guid><dc:creator><![CDATA[DGames135]]></dc:creator><pubDate>Wed, 04 Oct 2017 14:23:58 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor point on Wed, 04 Oct 2017 13:36:01 GMT]]></title><description><![CDATA[<p dir="auto">@Aidan-Oxley yeah I need to be able to set it while the game is running....I have a workaround but being able to set the anchor point(like having an actual behavior) would be best.</p>
]]></description><link>https://forum.hyperpad.com/post/2964</link><guid isPermaLink="true">https://forum.hyperpad.com/post/2964</guid><dc:creator><![CDATA[iTap Development]]></dc:creator><pubDate>Wed, 04 Oct 2017 13:36:01 GMT</pubDate></item></channel></rss>