Is there a way in Construct 2 to detect is the user is sweeping up, left, right, etc?
I have a character I want to move using only touch detection.
The latest beta (r102) supports getting the touch angle.
Corr! Really? I built my own method for doing this so I can do it with a mouse too, but I'm still on the last stable 95. Really looking forward to the next stable so I can move my project onto the next level!!!
Develop games in your browser. Powerful, performant & highly capable.
So i think you have to make angle ranges to make only 4 directions?
Thanks Ashley
skyhunter93, you can do that manually very simply.
how looks like this new 'getting the touch angle' is there example of it?
Speaking of mouse compatibility, does the new touch angle allow mouse click and drag simulation of touch?
How to achieve mouse.X/Y and touch.X/Y compatibility? Would be nice to use the same logic to a "click/move mouse" and "touch/move finger" event...