Hi Community,
I read some articles on here and watched some video about this, but i cannot seem to get this working.
I have a player on 8Direction and click mouse to shoot.
I've created a new EventSheet called Pause and (included it into Mainsheet)
[EventPause]
Global = pause = 0
Mouse click PauseButton
Sys Add 1 to pause
ys pause>1 sys Set pause to 0
ys pause=0 sys set pause to 1
ys pause=1 sys set pause to 0
This does pause the game (so to speak), but if i click mouse, it produces bullets on screen. and the player's angle is still trained on cursor.
how can i fix this please?
Regards,
Roberto