I have two layout -Game & Menu whereby the menu event sheet will (on any touch start)-sprite-Play->Go to Layout -Game
In the Game event sheet, I have
Touch ->on any touch end , Gun -Spawn bullet
I seem to be unable to stop the gun from spawning once I touch on sprite-Play" and it goes to next layout-Game.
I tried the global variables e.g in Game event sheet but dont seem to be getting it right.
Any samples that I can refer to? Thanks