Pause Button Problem (Please Help!)
Hello All, I am making this cannon shooting game. I have this "pause" problem. When I click on the pause button, the cannon still shoots out the ball. How can I stop the cannon ball from shooting when I click on the "pause button.
I have tried Xarmian's advise, but the click area is only at the top left corner of the pause button. I want a bigger area for the pause button (size: 31 x 49 pixels) and the position of the pause button is X: 60 and Y: 299
Please help me
I have tried Xarmian's advise, but the click area is only at the top left corner of the pause button. I want a bigger area for the pause button (size: 31 x 49 pixels) and the position of the pause button is X: 60 and Y: 299
Please help me
Comments
when it = true, shoot , when game.shoot = false stop shooting.
When pause button is pressed. Change attribute game.shoot to false
also Pause Game.
It also happend to me once and this was what I did.
select game.shoot and in the "to" field you simply write true or false
PL
If this does not help, you can mail me the file. I will help you for free:)
pl.produksjon@gmail.com
PL
when touch is pressed. Change attribue game.shoot to false
PL
PL
Thx