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

#1 2009-05-28 11:31:09

Mr_Miura
Scratcher
Registered: 2009-05-28
Posts: 2

New levels

Hello,
How can I make new levels?
I made a Parking game, but i dont know how i can make there new levels
I hope, you can help me  neutral

Offline

 

#2 2009-05-28 11:39:48

evilink1996
Scratcher
Registered: 2009-05-28
Posts: 2

Re: New levels

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

 

#3 2009-05-28 12:05:37

kgordon
Scratcher
Registered: 2009-02-26
Posts: 100+

Re: New levels

For character sprite:

<when green flag clicked><set{ Level }to( 1<forever if><touching color[ Goal color<change{ Level }by( 1<go to x sad  Starting x )y sad  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

 

#4 2009-05-28 12:12:54

yambanshee
Scratcher
Registered: 2007-11-06
Posts: 500+

Re: New levels

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

 

#5 2009-05-28 12:22:54

Mr_Miura
Scratcher
Registered: 2009-05-28
Posts: 2

Re: New levels

I want to know how to get over the obstacles etc and then when you look at a particular area is that the level changes

Offline

 

Board footer