In this video I will show how to make player move in the direction of swipe. Player can swipe left, right or Jump. Code is just 3-4 event lines. Check the video...
Thanks a lot!
One note is that in C3 I found it uses negative angles, so the angle check becomes:
Up: -110 to -70
Right: -20 to 20
Down: 70 to 110
Left: 160 to 200 (and for some reason, it could be negative sometimes, so I add an OR block and: -200 to -160)
Thanks again!
Thank you so much for that! I was stuck as to why it wasn't working!