Can someone help me?
I want a program when one sprite is clicked, another sprite pops up. TY for your help!
Offline
Well, that's easy! You can use broadcasts; that's the simplest method.
Put this in the sprite that you want to be clicked's scripts:
when [Sprite1] clicked broadcast [iwasclicked v]And this in the one you want to pop up:
when gf clicked hide when i receive [iwasclicked v] showEasy as that!
Offline
Oh TY Srry Im new so...
Offline