1st frame:
var asdf:Number = 123;
trace(this == root); //true
trace(this.asdf); //123
trace(root.asdf); //undefined
Whats wrong with this? And how can I access AS on my main timeline in my FLA from any level/MC?
1st frame:
var asdf:Number = 123;
trace(this == root); //true
trace(this.asdf); //123
trace(root.asdf); //undefined
Whats wrong with this? And how can I access AS on my main timeline in my FLA from any level/MC?