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:25:56

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

Help hiding SPRITES

I have multiple stages being used: picture of American Eagle, Apple Store, Dicks Sporting Goods.... Trying to find a way to show sprites 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 05:33:25

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Help hiding SPRITES

this script goes in the sprites:

when gf clicked
forever
if<(background) = (3)>
show
else
hide
end
end
the script workshop

Last edited by dvd4 (2012-10-14 05:34:23)


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

Board footer