We saw that MovieClip class of Flash CS4 has a new property, the z property.
We will see how to create animations even with that property but today I want to write about other 2 new
- rotationX
- rotationY
These two new properties manage rotations on the axes X, Y and you can create decidedly new animations compared to earlier versions of Flash.
Their value extends from -180 to 180.
Negative values indicate the counterclockwise while the positive clockwise.
All values outside this range are added or subtracted from 360 to obtain a value within that range.
Let’s see some examples.






