Viz Artist

Version 3.10 | Published May 03, 2018 ©

Control Action

images/download/attachments/27789238/viz_icons_controlaction.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 will only be 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

This section contains information on the following topics:

Control Action Properties

images/download/attachments/27789238/plugins_container_controlaction_editor_r.png

  • Input Value: Specifies the value input will be compared against

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

  • Action Type:

    • Viz Command: Triggers an internal Viz Engine command. For example: “THIS_SCENE*STAGE*DIRECTOR*Audio START”.

    • ControlObject Command: Triggers a ControlObject command. For example: “ON 1 SET abc”.

  • Action: Actions to execute if values match.

See Also