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

#1 2013-03-13 19:23:09

haydenmarsh96
New Scratcher
Registered: 2012-08-27
Posts: 1

Making a block game.

Once all of the bricks are gone i want it to be able to go to a screen that says You Win. i simply cannot get it to switch from all of the blocks gone to the You Win screen

Offline

 

#2 2013-03-13 19:40:50

rocklover122
New Scratcher
Registered: 2013-03-01
Posts: 6

Re: Making a block game.

What I did with my zombie game is make a total count of the disappearing thing and every time 1 disappears the number went up one. when the total hit the right number everything disappears and in the background menu I did:

when gf clicked
forever if <Total = [30]>
   switch to background [Win v]
stop all
there might be better ways to do this, but it is what I did

Offline

 

Board footer