Is it possible to have a Timer in one component and have another
component
execute a function when that timer fires ?

eg:

Comp1 has a timer set for 3 seconds ..

In Comp2 I want to 'capture' the TimerEvent.TIMER from Comp1 to execute
a function defined in Comp2..

---
I currently have something working but I kinda feel its just not the
right way .. :) ..

In Comp2 I have

Application.application.ti.addEventListener(TimerEvent.TIMER,fired);

where 'ti' is the Timer .

Is there a better way to listen for the event  ?


Thanks



Reply via email to