• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

iOS UI Moving

W

WolfYouTube

Guest
Hey, I was wondering how I use a UI button to move my player?
 
You can use the virtual_key functions for that. Basically they simulate pressing a keyboard key when you press an area on the screen. Just draw your button to the screen and then create a virtual key over it. It should be pretty simple.
 
W

WolfYouTube

Guest
You can use the virtual_key functions for that. Basically they simulate pressing a keyboard key when you press an area on the screen. Just draw your button to the screen and then create a virtual key over it. It should be pretty simple.
Thanks Man!
 
Top