Discuss Scratch

Unicorn00
New Scratcher
2 posts

Game Over

I figured out how to get lives but I can't seem to figure out how to make the game end when the lives reach zero. HELP???
JEMA2311
Scratcher
65 posts

Game Over

Easy…
Draw a sprite with the sentence GameOver (as big as you want) and with this script

when GreenFlag clicked
-forever
–set ghost effect 100
–go front (don't remember the real name)

then, when the lives reach zero, use “stop all” block…
By doing this, when everything stops, the GameOver screen will show up…

Try and tell us the result…
dracae
Scratcher
1000+ posts

Game Over

Here, I haz it!

(Does it work? Testing)

(EDIT: AWWW YESSS! It works! Yay! )

(EDIT: Oh yeah, put this script in your GameOver Sprite)

(EDIT: Hope it helps! )

Last edited by dracae (May 14, 2013 01:43:32)

spiritlove5
New Scratcher
3 posts

Game Over

can somebody tell me how to make the game over screen when my sprite touces the edge???
MiniFluffyBug
Scratcher
500+ posts

Game Over

spiritlove5 wrote:

can somebody tell me how to make the game over screen when my sprite touces the edge???
forever

if <touching [edge v]?> then

broadcast [end game v]
end
end
giacomo78
Scratcher
51 posts

Game Over

when green flag clicked
forever

if <(lives) = [0]> then

broadcast [game over v] and wait
stop [all v]
end
end
Hope this helped
spiritlove5
New Scratcher
3 posts

Game Over

it didn't help…..the scratch game over covers me game i don't know what to do???
spiritlove5
New Scratcher
3 posts

Game Over

the sprite “game over” covers my game and I don't know what to do???

juicykiwi
Scratcher
86 posts

Game Over

spiritlove5 wrote:

the sprite “game over” covers my game and I don't know what to do???


Make it smaller
Tramcrazy
Scratcher
100+ posts

Game Over

Use game over as a backdrop and use something like this:
forever
if <(Lives) = [0]> then
hide
switch backdrop to [Game over v]
end
end
BOOMBOT124
Scratcher
5 posts

Game Over

BOOMBOT124
Scratcher
5 posts

Game Over

when I receive [Game Over v]
show
stop [all v]
supersmashbros123
Scratcher
10 posts

Game Over

i coded correctly its not working










https://scratch.mit.edu/projects/72262526/
BF10
Scratcher
500+ posts

Game Over

supersmashbros123 wrote:

i coded correctly its not working










https://scratch.mit.edu/projects/72262526/

Please don't necrobump.
zhouzhide993
New Scratcher
1 post

Game Over

How do I make game over for my ping pong game? I need help
Milk2365
Scratcher
34 posts

Game Over

You can draw a line under the paddle on the background

when green flag clicked
forever

if <touching color [#ff0088] ?> then The color of the line

broadcast [Game Over]
end

end


when I receive [Game Over]
show show the sprite that says game over
stop [ all]

play my game https://scratch.mit.edu/projects/84596292/
HardClaw57
Scratcher
500+ posts

Game Over

zhouzhide993 wrote:

How do I make game over for my ping pong game? I need help

malibu_pikachu wrote:

Geicoersa wrote:

Milk2365 wrote:

You can draw a line under the paddle on the background

when green flag clicked
forever

if <touching color [#ff0088] ?> then The color of the line

broadcast [Game Over]
end

end


when I receive [Game Over]
show show the sprite that says game over
stop [ all]
play my game https://scratch.mit.edu/projects/84596292/

supersmashbros123 wrote:

i coded correctly its not working










https://scratch.mit.edu/projects/72262526/
Please check the dates before posting. Reporting for closure…

Last edited by HardClaw57 (Nov. 3, 2015 01:33:36)

Abdurrahim10
Scratcher
6 posts

Game Over

Can Anyone Help Me Show A game Over Message ON the Screen!?

Last edited by Abdurrahim10 (Dec. 3, 2015 10:55:16)

deck26
Scratcher
1000+ posts

Game Over

Abdurrahim10 wrote:

Can Anyone Help Me Show A game Over Message ON the Screen!?
Read a thread before you post and you'll see that

a - this is old
b - it has been reported for closure so even if someone wanted to answer you they may not be able to

Create your own topic rather then necroposting please.
Abdurrahim10
Scratcher
6 posts

Game Over

Abdurrahim10 wrote:

Can Anyone Help Me Show A game Over Message ON the Screen!?:




Powered by DjangoBB