yeah, i need help making levels too. im making a zelda game but i dont know how to make levels. the last time i was on scratch was when i was in year 7. i.e. last year. please help
Offline
For character sprite:
<when green flag clicked><set{ Level }to( 1<forever if><touching color[ Goal color<change{ Level }by( 1<go to x Starting x )y Starting y
For Background or level sprite:
<when green flag clicked><forever><switch to costume[ <{ Level }>
evilink1996, please post questions such as these in the all about scratch forum, troubleshooting is for glitches in scratch not questions about how to do something.
Last edited by kgordon (2009-05-28 12:06:00)
Offline
you could make use the background again by making a new costume. Next make a level variable. on level one that variable would be one, on level two it would be 2 ect... and then u simple tell the sprite to go to the costume[(level)]
Offline