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

#1 2012-09-28 14:55:16

dwfuhrman
New Scratcher
Registered: 2012-09-28
Posts: 1

Making more than one level

hi, i was wondering how you create more than one levels like on Cyber Ninja. will u please help mke?
'
Thanks,

Davis

Offline

 

#2 2012-09-28 14:57:41

Blayer98
Scratcher
Registered: 2012-03-22
Posts: 100+

Re: Making more than one level

Shouldn't this go in "Requests"? or if i'm wrong, just say.


http://i50.tinypic.com/16lwmlj.png
The first Collab to have it's very own Cloud Variables! Coming Soon!

Offline

 

#3 2012-09-28 15:00:28

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: Making more than one level

Make a variable. Call it

(level)
Now, whenever someone beats a level, do this
change (level) by [1]
then you'll need something to react to this. If you need to make a new background (like a platformer), do this:
when gf clicked
forever
switch to background (level)
end
If it was unclear, ask about what you don't understand. This is a VERY brief explanation, as I'm not entirely sure what you are trying to achieve.

Last edited by soupoftomato (2012-09-28 15:03:20)


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#4 2012-09-28 15:03:48

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: Making more than one level

Blayer98 wrote:

Shouldn't this go in "Requests"? or if i'm wrong, just say.

No, he's asking for Help with a Script that changes the level.


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#5 2012-09-28 15:07:48

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Making more than one level

soupoftomato wrote:

Make a variable. Call it

(level)
Now, whenever someone beats a level, do this
change [level v]by (1)

Fixed.


http://i46.tinypic.com/35ismmc.png

Offline

 

Board footer