Question
eval() and _root question
Using FlashCS3,
This works:
_root.mcScreen1._visible=0;
So why doesn't this work:
i=1;
_root.eval("mcScreen"+i)._visible=0;
Is this a valid wayto use the eval() function? Thanks for your help.
This works:
_root.mcScreen1._visible=0;
So why doesn't this work:
i=1;
_root.eval("mcScreen"+i)._visible=0;
Is this a valid wayto use the eval() function? Thanks for your help.