Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

<cancel_cue> and <reset_cue> only take effect after all remaining actions of the current cue are performed. So you can even safely cancel the cue that you are currently in (keyword “this”) or any ancestor cue, and still perform more actions afterwards.

Notes:

  • Doing <cancel_cue> on the instantiating cue from a subcue which is part of the instance, cancels the instance. 
  • Doing <cancel_cue> on an instantiating cue from outside the instance, cancels the static cue. 

Access to instances

Note

This sub-section requires basic knowledge of script expressions.

...