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

#1 2012-10-13 22:09:10

lyates93
New Scratcher
Registered: 2012-10-03
Posts: 6

Hiding Scripts

I have multiple stages being used: picture of American Eagle, Apple Store, Dicks Sporting Goods.... Trying to find a way to show scripts like a baseball and basketball on Background 3 only (Dicks Sporting), but not on the other 2 backgrounds.

Any help would be appreciated!!

Offline

 

#2 2012-10-14 00:55:00

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Hiding Scripts

For the baseball and basketball sprites, you could do this:

when gf clicked
forever
if <([background # v] of [Stage v]) = (3)>
show
else
hide
end
end

Offline

 

#3 2012-10-14 01:31:53

lyates93
New Scratcher
Registered: 2012-10-03
Posts: 6

Re: Hiding Scripts

Thanks a bunch!

Offline

 

Board footer