Skip to content

Variable

Variable

Variable elements modify a Global Variable value.

Properties

System

Name Explanation Type
Operation The operation to perform on the variable. Operator
Start Time (milliseconds) The time to start the sequence element at in milliseconds. Number
Target The variable to update. Variable
Value The value to apply on the target. Variable or Value
Wait to Complete Whether this element must finish before the next element begins. Toggle

Operation

Name Explanation
= Replaces the current value with the specified value.
+ Adds the specified value to the current value.
- Subtracts the specified value from the current value.
* Multiplies the current value by the specified value.
รท Divides the current value by the specified value.
% Returns the remainder after dividing the current value by the specified value.