forked from: how can I make a timer.Event work

Hello, I've some problems with the Timer.
I wanna code something, that will redo in every x-seconds (f.e. to create a clock)
The part with the mouseEvent works wonderfull, but the Timer.Event won't work

I have imported the flash.events.TimerEvent;
I've declared the ticker Variable as :Timer;
I've set the ticker as new Timer 
and I've started the ticker.

In Tutorials in the web the allways worked with code in an Flash-movie, so it's hard to find something
that fits to wonderfl.

Your rotateP listener function was expecting a MouseEvent as a parameter.
Timers dispatch TimerEvents. If you go to http://www.adobe.com/support/flashplayer/downloads.html
and install a debugger plugin, flash will show you error messages about bugs like this.