Hi, in my application I need to ensure that 2 (or more) events have happened before I can do something else. Basically I have 2 objects each being attached to an event listener. How do I check that both events have been dispatched? Do I have to use Timer/Enterframe events or loops to constantly checking or is there a good practice for doing this kind of things?
Thanks in advance. Regards, Yang

