Page 1 of 1

Mobile controller for shoot em up

Posted: Wed Feb 12, 2020 7:00 am
by axehigh
Id like to add a 'mobile' controller system to a vertical shoot em up game.

Fex want to either move the ship by 'holding the ship' or press on the left and right side to move it left or right.
And also would like to launch missiles or special weapons by pressing a special icon.

Any examples of this somewhere?

Re: Mobile controller for shoot em up

Posted: Wed Feb 12, 2020 10:13 am
by raidho36
Touchscreen routines return touch coordinates, you can simply move the ship to those coordinates. And you can implement a screen button which will be pushable on a touchscreen.

Re: Mobile controller for shoot em up

Posted: Wed Mar 04, 2020 2:04 pm
by flutherlens
Is there any copy-paste code out there?