Use this Action to change a properties of an Object, Sprite or the whole Movie.
Target
The target Movie or Sprite.
Name
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.
In the following example, at Frame 5 the target Sprite "MySprite" will jump 10 pixels in the X direction.