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

#1 2012-03-14 20:44:45

Zscratchy
Scratcher
Registered: 2012-03-10
Posts: 3

Areas and Backgrounds

I need help.I am making a video game in which you go to the blue and then you go to the next background.How do you do this?Help    PLEASE!!!

Offline

 

#2 2012-03-14 20:47:00

Haiming
Scratcher
Registered: 2011-08-20
Posts: 1000+

Re: Areas and Backgrounds

You could make a level variable, and whenever you touch the blue, the level will change by 1, then you could make a script in the stage saying When Green Flag is Clicked, forever if level = (x), switch to background (x). Hope that helped!  big_smile

Offline

 

#3 2012-03-14 21:00:42

MaxFlyboy
Scratcher
Registered: 2011-11-07
Posts: 100+

Re: Areas and Backgrounds

when gf clicked
forever
if <touching color [blue v]?>
change [level v] by [1]
end
when gf clicked
forever
switch to background <level>


http://cdn.voodoofilm.org/images/upload/thumb/viral-video-2011.jpg click the picture for an AMV

Offline

 

Board footer