How do i implement touch control alongside key control ? I already have a keypressed 8direction control set up on my player, but i want it to check if its on a touch device, allowing user to control by touching screen.
I wanted it to move the play to the position the user touches (Like diablo II , click to move).
Obviously id need to have the right animations playing.
Anyways, here my player control with keys ... if anyone could show me an example of how to implement key and touch (using the same controls) then that wud be great :)
note: i did wonder if i cud use transparent buttons that follow player and use the object touched command , but touch plugin doesnt support keyboard usage?
also , i've tried using buttons as the guide states and when testing online (using mouse touch option "yes") it disables my key functions and doesnt do anything.
Anyways heres the CAPX
Download LodoseCapX
Thanks in advance :)