drive.google.com/open
I want to play this game on iPhone and I attempted many different strategies the enable shooting with touch and none seem to work,
I've successfully made player face where ever I touch on screen
Please Help
Develop games in your browser. Powerful, performant & highly capable.
You don't need both Mouse and Touch in your game. Touch events will work on PC with hardware mouse.
So remove the Mouse object and use "Touch is in Touch -> Player Spawn bullet"
Thank you
Works like a charm
One more question
I'd like the player to move around also while touching
is that possible?
There are lots of ways to do this (you can use "8direction simulate control", set vectorX/vectorY), but they require a little more knowledge of C3.
Try this template first:
Replace "On mouse click" with "Touch is in touch"