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