-
How to move an actor by dragging it and spinning it.
by sonicm3 ·If it takes 30 seconds would you mind uploading an example so I can physically download it and view a square on touch moving then when stopped, click again or hold to rotate it? -
How to move an actor by dragging it and spinning it.
by Socks ·Yes, it's quite straightforward, you can set it up in 30 seconds. Have you tried either of the two suggestions I've made ? -
How to move an actor by dragging it and spinning it.
by sonicm3 ·Hi icebox yes but it wont work for me, would my move commands be effecting this as I copied the exact rules you did. -
How to move an actor by dragging it and spinning it.
by Socks ·Make a Boolean self.attribute, let's call it 'A'. -
How to move an actor by dragging it and spinning it.
by Icebox ·Is this what you want ? -
Parental Gate on inapp purchase buttons
by natclarke ·Do you need a parental gate on your inapp purchase button and the restore buttons in your app? -
How to move an actor by dragging it and spinning it.
by sonicm3 ·Hi all I need to do is touch the right of an actor and have it rotate clockwise and tap the left of an actor to have it rotate anti clockwise. -
simple replace image on another scene
by sonicm3 ·Thanks socks, perfect, got it working, thanks so much for your help, really appreciate mate cheers -
How to move an actor by dragging it and spinning it.
by Socks ·That would be something of a small miracle, seeing as I posted my suggestion at 1:28 and it wasn't until 1:59 that you introduced the, as yet unmentioned, idea of the actor needing to be rotated both -
How to move an actor by dragging it and spinning it.
by sonicm3 ·can you post exactly what is required, at the moment the actor is only programmed to move on touch to where I drag it to. -
How to move an actor by dragging it and spinning it.
by sonicm3 ·Hi do you mean this? -
How to move an actor by dragging it and spinning it.
by Socks ·Did you try my suggestion above ? -
simple replace image on another scene
by Socks ·If you tick the boolean you will change its value, it will no longer start out 'false' (or '0'), ticking it will make it 'true' (or '1'). -
Any teachers out there
by The_Gamesalad_Guru ·For you teachers don't miss the guru live stream which will be on this subject. My guest is @tatiang click the guru link in my signature to go to the stream today at 2:00pm est US -
How to move an actor by dragging it and spinning it.
by The_Gamesalad_Guru ·Make sure you have fixed rotation checked or an actor can rotate on it's own. By fixing the rotation it will on rotate when your code makes it rotate. -
How to move an actor by dragging it and spinning it.
by sonicm3 ·Do you have a possible set of rules I can try? -
simple replace image on another scene
by Socks ·Make a game attribute, let's use a Boolean attribute, let's call it 'X' -
How to move an actor by dragging it and spinning it.
by Socks ·You can do it in a number of ways, you could set it up so that clicking in the middle of the actor allows you to move it, while clicking toward the edges rotates it - or you could have a switch (an at -
How to move an actor by dragging it and spinning it.
by sonicm3 ·I have another way to do this, I will make a button to rotate the image or this could become a poor playing experience. -
How to move an actor by dragging it and spinning it.
by Socks ·Can you upload a screenshot of your rules ?