This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-02-27 11:31:44

bosepher
New Scratcher
Registered: 2013-02-26
Posts: 1

When X gets to Y - How to create a 'game over'

I'm creating a game where the player is trying to out run a sprite.  I want the game to be 'over' when sprite touches the player.  If possible, I want the scratch to move to a different background/scene to say game over.

I have the movement already taken care of, however, I am stuck on how to create the 'END' of the game.

How would you go about making this script?

Offline

 

#2 2013-02-27 13:37:14

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: When X gets to Y - How to create a 'game over'

Using the <touching [sprite v]?> block in Sensing and a broadcast.

Offline

 

Board footer