Viz Artist User Guide

Version 3.14 | Published October 30, 2020 ©

Control Action

images/download/attachments/50615009/ico_caction.png
The Control Action plug-in executes an action, for example Viz Engine commands or Control Object commands, when receiving input on the input field.

The action can contain more than one command to be called, and the commands must be separated by semicolons. When Notify Only When Value Change is checked the actions are only triggered if the input value differs from the one already stored on the “input” field from previous invocations.

Note: This plug-in is located in: Built Ins -> Container plug-ins -> Control

Control Action Properties

images/download/attachments/50615009/pc_caction_e.png

  • Input Value: Specifies the value input to compare against.

  • Notify Only When Value Change: Triggers a command when a value is changed.

  • Action Type:

    • Viz Command: Triggers an internal Viz Engine command (e.g. "THIS_SCENE*STAGE*DIRECTOR*Audio START").

    • ControlObject Command: Triggers a ControlObject command (e.g. "ON 1 SET abc").

  • Action: Actions to execute if values match.

See Also