Create a signal object
| <vizact>.signal() |
A signal object is used when you want to synchronize multiple actions. You can create an action that waits on a signal object. You can then create an action that triggers a signal object. This way, multiple actions can be waiting on the same signal and they will all be activated simultaneously once the signal is triggered.
As a shortcut, the signal object already contains the actions to wait and trigger, <signal>.wait and <signal>.trigger. You can directly add these to an object instead of creating the actions using <vizact>.waitsignal and <vizact>.sendsignal.
Signal object
<vizact>.sendsignal
<vizact>.waitsignal
<vizact>.fadeTo
<vizact>.moveTo