Pages: 1
Topic closed
Please answer! I need help!!!
Offline
use the "hide" block
Offline
For that, you will need to use broadcasts. Broadcasts are messages that a sprite can send out to all other sprites. I made this project a while back to illustrate one use of broadcasts. Take a look at it and see if it helps.
Last edited by scmb1 (2012-06-20 18:37:47)
Offline
Thanks Sssssssooooooooooo Much!!!!!
Offline
when gf clicked forever do stuff if touching [what you want v] broadcast (x) end end -------------------------- when I recieve (x) hide
Last edited by Firedrake969 (2012-06-19 18:42:18)
Offline
Firedrake969 wrote:
when gf clicked forever if <touching [what you want v]?> broadcast [broadcast v] and wait endwhen I receive [broadcast v] hide stop script
Fixed
Offline
when gf clicked forever wait until <something> hide end
Last edited by skippito (2012-06-20 08:14:06)
Offline
Try this. Look at the sprite that does the thing that is supposed to make the other sprite hide. At the end put a broadcast X (for X you just put in a name) Then for the other sprite. Put an when I receive block and then a hide block. Hope this helps!!!
Offline
Topic closed
Pages: 1