Changing Sprites

There are three basic ways to change sprites in a routine:

  1. Updating its parameters (angle, alpha, x, ... etc)
  2. Adding or removing alterations
  3. Adding or removing children
Note that when adding and removing children, the parameters apply to the coordinate system of the parent.
Children are affected by the parents alpha value and scaling
There will be another tutorial on this later.

Update sprite values


editable

Add and remove alterations


editable

Add/Removing children


editable