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

#1 2010-03-20 15:50:35

KerrBerr123
Scratcher
Registered: 2010-03-05
Posts: 2

Does anyone know how to add levels.

1. When my scratch guy touches something to get to a different screen
2. How to have different screens (levels)
THANK YOU <3

Offline

 

#2 2010-03-20 18:19:00

coolmariobros
Scratcher
Registered: 2010-03-20
Posts: 6

Re: Does anyone know how to add levels.

I need to know how to do this too....

Offline

 

#3 2010-03-20 18:28:47

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Does anyone know how to add levels.

This depends... if you have just a single sprite or a background making up the level, you could use a level variable and a script like this:
[blocks]
<when green flag clicked>
<forever>
<switch to costume[ <{ level }>
<end>
[/blocks]

Last edited by nXIII (2010-03-20 18:29:30)


nXIII

Offline

 

#4 2010-03-20 19:39:59

coolmariobros
Scratcher
Registered: 2010-03-20
Posts: 6

Re: Does anyone know how to add levels.

okay thank you...

Offline

 

Board footer