Hello there,
let’s get straight to the point, I’m quite new to this so please be gentle if i say or ask something stupid
So I’m basically trying to make some sort of top-down 2D shooter, the exception to normal top-down shooters
would be that the player character stands still at the middle of the screen and the enemies attack from all directions.
Everything works fine so far.
At the moment the touch event anywhere on the screen shoots a projectile from the player in
the direction of the touch event per linearVelocity.
But how do i get it to work so that i can keep it pressed and continue shooting while doing so?
Found some examples already but none of them really helped.
Would be nice if someone could take the time to enlighten this noob here
Best regards
Alex