I could be wrong, but...

The last variable setting will be the one that sticks.

var someVariable:Number = 0;

someVariable = 1;
someVariable = 2;

someVariable will equal 2.

On 5/13/07, John McCormack <[EMAIL PROTECTED]> wrote:
Does anyone know of a specification for the render order of items on a frame?

For example if on some frame on a parent timeline a variable is set and it's 
children set the same variable, how does the interpreter decide which value to 
go with?

Or if a variable is logically dependent upon the state of three child clips and 
they are affected by each other, how does the interpreter resolve this?

John

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--
count_schemula
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to