The When I Recieve block at the start of a script is good, but I think it could be inside scripts as well. Look at the example below.
When green flag clicked
go to x : 0 y : 0
forever
wait 1 secs
move 10 steps
wait until ( I recieve ( ) )
move 10 steps
So it basically would wait until it recieved the message and then would allow the script to continue.
Offline
This has been suggested MANY times, and it's NOT POSSIBLE.
For that, you could use a variable.
But because of the way broadcasts work (I think...), you can't detect the moment it's broadcasted like that.
Offline