Viz Artist

Version 3.11 | Published August 27, 2018 ©

Control Condition

images/download/attachments/27789238/viz_icons_controlcondition.png
With the Control Condition plug-in action can be triggered based on the input given in a tab-field with the same field identifier.

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

This section contains information on the following topics:

Control Condition Properties

images/download/attachments/27789238/plugins_container_controlcondition_editor_r.png

  • Input Value: Shows the current input value to the plug-in.

  • Format: Sets the format for the input value that it should conditionally trigger on.

    • Condition: Sets the type of condition if Format is set to number.

  • Arguments: Sets the arguments for the conditional operation.

  • Action Type / Action: Sets the action that is to be performed when the condition is met. It can be a control object command like “ON 2 SET mytext” or a Viz Engine command prefixed by a zero and a space.

  • Use Else Commands: Triggers an else action when the input data falls within the conditions when enabled.

    • Else Action: Sets the else action that will be triggered when the input data does not fall within the conditions.

Example Actions

Actions can be Control Object commands in the form like this:

“ON 2 SET Mike Johnson”

or commands like:

0 RENDERER*STAGE START

Viz Engine commands must be prefixed with a zero followed by a space. This is to enable the plug-in to recognize that the command should be interpreted as a Viz Engine command.

See Also