What is the difference between
broadcast [message v]and
broadcast [message v] and waitI know what broadcasts do, but what is the difference?
Offline
broadcast [message v]Broadcasts the message and moves on.
broadcast [message v] and wait, on the other hand, broadcasts and waits for all the scripts that run from the broadcast (using when I receive).
when gf clicked wait (1) secs broadcast [message v] and wait play sound [beep v] when I receive [message v] wait (1) secsIs the same as
when gf clicked wait (2) secs play sound [beep v]
Last edited by PullJosh (2012-03-10 09:34:22)
Offline
If you use BYOB, it's like run[] vs. launch[].
Offline