From the category archives:

Matrix

The following example shows how you can skew a Flex Image control vertically and horizontally using the Transform and Matrix classes.

Full code after the jump.

[click to continue…]

{ 0 comments }

Somebody recently asked on a forum how you could rotate images using the Matrix class. I quickly built this super-simple little example which shows how to use the <mx:Rotate /> effect as well as the Matrix class’s rotate() method.

Full code after the jump.

[click to continue…]

{ 20 comments }