Animating properties using the AnimateProperties class in Flex and Flash...
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...
View ArticleRepeating an animation using the AnimateProperties class in Flex and Flash...
The following example shows how you can repeat a property animation in Flex with the beta Gumbo SDK and Flash Player 10 using the AnimateProperties class and repeatCount property. Full code after the...
View ArticleUsing an easing function with the AnimateProperties class in Flex and Flash...
The following example shows how you can apply an easing function to a property animation in Flex with the beta Gumbo SDK and Flash Player 10 by setting the easingFunction property on the...
View ArticleAuto scrolling the contents of a VGroup container in Flex 4
The following example shows how you can tab through a series of Spark TextInput controls in Flex 4 and auto-scroll the VGroup container so that the currently focused text field has focus by using the...
View Article