From the category archives:

Rotate

The following example shows how you can set effects on a Flex Image control using ActionScript by setting the showEffect and hideEffect effects using the setStyle() method.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can rotate an image around an arbitrary X and Y origin using the <mx:Rotate/> tag in Flex.

Full code after the jump.

[click to continue…]

{ 9 comments }

The following example shows how to specify an effect which gets played when an Alert control is displayed by setting the Alert control’s creationCompleteEffect style. You can also see how to embed both the normal and bold font using CSS and @font-face.

Full code after the jump.

[click to continue…]

{ 8 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 }