Tag Archive for 'rotationy'

11
Aug

Animating properties using the AnimateProperties class in Flex and Flash Player 10

In a previous entry, “Rotating an image along its x-axis, y-axis, and z-axis in Flex and Flash Player 10″, we saw how you could rotate an image along the x-axis, y-axis, and z-axis by setting the rotationX, rotationY, and rotationZ properties.

The following example shows how you can use the new new AnimateProperties class to rotate of an image along the y-axis by animating the rotationY property.

Full code after the jump.

Continue reading ‘Animating properties using the AnimateProperties class in Flex and Flash Player 10′

02
Aug

Rotating an image along its x-axis, y-axis, and z-axis in Flex and Flash Player 10

The following example shows how you can rotate a Flex Image control along its x-axis, y-axis, and z-axis using the new rotationX, rotationY, and rotationZ properties in Flash Player 10 and Flex “Gumbo”.

Full code after the jump.

Continue reading ‘Rotating an image along its x-axis, y-axis, and z-axis in Flex and Flash Player 10′