| Shape | 
| Rotator | 
Displays a small rotating shape usable as a busy indicator.

| Rotator | Displays a small rotating shape usable as a busy indicator. | 
| Functions | |
| Rotator | Creates a round shape that can be animated with start/stop. | 
| dispose | Removes used resources and graphics. | 
| update | Rotates the shape to create the illusion of movement. | 
| start | Start animating the shape. | 
| stop | Stop animating the shape. | 
| timerHandler | Handles the timer callback and forces a display update | 
Creates a round shape that can be animated with start/stop.
public function Rotator( extent: uint = DEFAULT_EXTENT ) 
Removes used resources and graphics.
public function dispose():void 
Rotates the shape to create the illusion of movement.
private function update():void 
Start animating the shape.
public function start( interval: uint = 20 ):void 
Stop animating the shape.
public function stop():void 
Handles the timer callback and forces a display update
private function timerHandler( event: TimerEvent ):void