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

#1 2011-06-24 19:32:36

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

how to make levels

i want to make a game that has multiple levals how do i make levals


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#2 2011-06-24 19:43:22

Enzo1997
Scratcher
Registered: 2008-06-14
Posts: 500+

Re: how to make levels

Script On player
[blocks]
<when green flag clicked>
<forever if><touching color[ Yellow ] >
<change{ Level  }by( 1 ) >
<end>
[/blocks]

Script on Background
[blocks]
<when green flag clicked>
<forever>
<switch to costume[ <{ Level }> ]
<end>
[/blocks]


That should do it...


Your music tastes are bad, therefore your argument is irrelevant.

Offline

 

#3 2011-06-24 20:12:38

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: how to make levels

i want to make multiple levavals on a breakout game


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

Board footer