Bernie X
03-02-2002, 03:02 PM
Has anyone else notice that if you put
_root.my_variable;
or
_level0.my_variable;
on the main timeline that they don't show up in the debugger, but if you use
var my_variable;
it does show on the _level0 as a variable
Is there logical reasoning to this?
_root.my_variable;
or
_level0.my_variable;
on the main timeline that they don't show up in the debugger, but if you use
var my_variable;
it does show on the _level0 as a variable
Is there logical reasoning to this?