Hi. I'm having an issue that might be because of my error but can't figure out 
what am I doing wrong. It's very simple.. i have a class with private vars and 
they are visible outside the class.. everywhere.. in other movieclips, in the 
root timeline :)


class MyClass {
    
    private var _hidden:Number;
    
    function MyClass() {
        _hidden = 100;
    }
    
}

attach this code to a movieclip in the ide (likage) and do a trace anywhere 
outside the class to _root.mc._hidden 


What is wrong here ??

                
---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
_______________________________________________
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