Imediate ( red ) events in flash
Hi
I am experiencing that Imediate Events ( red events like, uppon clicking on Object with Mouse ) dont get triggered in the order they are listed in the Event Editor.
This only happens in Flash.
...
I am aware that Imediate Events are handeled somewhat before the other events ( or as soon as the condition is met ), but as far as i know they also follow a trigering order from top to bottom.
Is this correct?
For example:
Event #1
+ Uppon clicking with left mouse button on Object
+ Group PAUSE is activated
- Resume all Animations
Event #2
+ Uppon clicking with left mouse button on Object
- Deactivate Group PAUSE
If both Events are true, Event#2 will never trigger before Event#1, true or false?
If both Events are true, will Event#2 be able to trigger before Event#1 if there is a lot going on at the time ( many Objects on screen, lag or similar things )?
...
Either this is the case, or my Flash app refuses to perform simple actions ( turn flag ON/ OFF ) randomly but frequently.
Iv been working a long time on this project and i really need this here figured out so i can fix it and proceede.