1
iPhone / iPad / Android / Re: Smashman (iOS&ANDROID) WAS FEATURED ON TMZ
« on: May 23, 2014, 09:12:24 pm »
It Did. The game reached number 8 on the Sports Charts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Rename the project from "Football Game 6" to "FootballGame6"
(Do this from File > Save Game As...)
Hi bk, welcome to Stencyl.
I'm having trouble keeping random spawns active.
-I'm not sure what you mean by this. Is your spawn system not spawning?
I don't know to stop the background from moving horizontally once the player has died.
-Use this "setScrollSpeedForBackground(0,0);" in a code block.
How do i get the game to remain idle and only start the scene when the screen is touched?
-Easiest method is to pause the game. Make sure all your actors can be paused. Have code inside a scene behavior that detects for mouse input while the game is paused and then unpause the game and reload scene or something.
Many more question's.
What would be the code for the mouse or touch input to automatically pause the game at the beginning of the scene, then when pressed or touched the game unpaused and the scene starts or continues?