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

#1 2011-12-16 10:29:34

lucychocolate
New Scratcher
Registered: 2011-12-16
Posts: 7

backround trouble

Are you a genius at Scratch? If so please post a post about my question
I'm am making a good game I just finished level 1 and now I've started level 2. I need to hide the charcaters from level 1 so i can import some new ones but I don't know how to do it.
If you do by all means post a post! thankyou

Offline

 

#2 2011-12-16 11:05:25

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: backround trouble

As you reach level 2, you could use broadcasts. Those blocks are in the control category.

When you reach Level 2, you could broadcast: Level1CharactersHide!

Then on all of the level 1 characters, you could do: when I receive Level1CharactersHide!
                                                                         hide

At the same time, you need to make sure you have a [show] in the beginning.


Hai.

Offline

 

#3 2011-12-24 17:26:38

mcpNOVA
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: backround trouble

Use broadcast. Like when the character touches a goal, it broadcasts the background to change. Or you could use variables. LIke this on the background's scripts:


<switch to background[ <{VariableName  }>>


http://i43.tinypic.com/n5fqcz.jpg

Offline

 

Board footer