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

#1 2012-06-29 21:32:08

pc10015
New Scratcher
Registered: 2012-06-13
Posts: 7

Changing from level 1 to level 2

i'm making a game for a school project. in level 1 i have to match words with picture and my level 2 is a maze so how can i change from level 1 to level 2. Please help me.

Offline

 

#2 2012-06-30 01:53:03

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: Changing from level 1 to level 2

well, it depends if your levels are sprites or backgrounds..
for backgrounds you would use:

when I receive [next level v]
next background
and in your sprite you would use:
when gf clicked
say [your script here]
broadcast [next level v]
broadcast [next script v]
when i receive [next script v]
say [other script here]
if you are using it the other way around please tell me  big_smile

Last edited by daniel_j (2012-06-30 01:59:23)


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

Board footer