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

#1 2011-06-28 04:48:34

davidlour
New Scratcher
Registered: 2011-06-28
Posts: 1

Game- help

Hello, I need help. I'm making a game from scratch and go pick things up and move from the target level. but can not make things disappear from the previous level, can you help me?
Thanks,
Davidlour

Offline

 

#2 2011-06-28 07:12:09

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Game- help

Use a broadcast when you change level, like this:
[blocks]<broadcast[ Level2[/blocks]

And in each sprite that's not supposed to be on that level add
[blocks]
<when I receive[ Level2
<hide>
[/blocks]

_____
By the way, this should go in All About Scratch. I'll get a moderator to move it for you!  smile

Offline

 

#3 2011-06-28 21:33:03

lepetandpebble
New Scratcher
Registered: 2011-06-28
Posts: 1

Re: Game- help

can you actually play the games?

Offline

 

#4 2011-06-28 22:09:36

redturtle3
Scratcher
Registered: 2010-08-07
Posts: 6

Re: Game- help

You could also use a varible.
If you only wanted an object to be on level 4 for instance you could do this
<if><( <{ leve }> <=> 4 )>
<show>
<else>
<hide>]
That's what I would do because it only uses 1 script and lets you keep track of what level you're on

Offline

 

Board footer