Tag Archive for 'repeatcount'

12
Aug

Repeating an animation using the AnimateProperties class in Flex and Flash Player 10

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 jump.

Continue reading ‘Repeating an animation using the AnimateProperties class in Flex and Flash Player 10′

20
Feb

Creating timers using the Timer class

In previous examples, we saw how to use the setInterval() and setTimeout() methods to create simple timers.

The following example shows how you can execute code at regular intervals using the Timer class. It also shows you how you can create timers that repeat continuously as well as timers which only execute a specific number of times.

Full code after the jump.

Continue reading ‘Creating timers using the Timer class’