hi,
i need help with my game over screen i am making a ping pong game and as soon as the ball's lives go (or finish) i want the game over screen to show!
can anyone help me i would grateful
thank you
jason15300
Offline
Here's how you do it:
The Game Over Screen's Script:
Hope this helps!whenclicked
hidesetlives ▼to3this is probably already on the ball, I just put it here anywayforeveriflives=0showstop all
Last edited by powerpoint56 (2012-07-03 14:26:19)
Offline
powerpoint56 wrote:
Here's how you do it:
The Game Over Screen's Script:Hope this helps!whenclicked
hidesetlives ▼to3this is probably already on the ball, I just put it here anywayforeveriflives=0showstop all![]()
This will work, if it is not a fast paced game where the variables change quickly. If it is that type, replace
withlives=0
lives<1
Offline
If the game over screen is a background then use this:
whenclicked
set lives v to3change background togame screen ▼forever iflives=0change backgorund togame over ▼
Offline