Use this Action to change a properties of an Object, Sprite or the whole Movie.
Target
The target Movie or Sprite.
Property/Variable
Select the variable or property you wish to set.
Operator
For any of the properties or variables, you can either set it to a new value (=), add (+=) or subtract (-=) a value, or multiply (*=) or divide (/=) by a constant value or by the corresponding value of another Sprite. You can also limit the property value to a maximum or minimum value.
Value
The variable or property can be assigned any value or expression equating to a value.