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
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