You mean that Flash ignores "private" when calling from the timeline? Try from another class.

On Apr 2, 2006, at 12:16 PM, 신진석[Jinseok Shin] wrote:

I found private function call.

//class as file

class test_class{
             private var _path:MovieClip = path
             function test_class(path:MovieClip){
                           _path = path
             }
             private function trace_test(){
                           trace(“aaa”)
             }
}


//fla action
In <_root = _level0 = this>

var new_test:test_class = new test_class(this);

i can private function call

try it....

About this question sending me e-mail
e-mail : [EMAIL PROTECTED]
it's bug reporting now...Adobe Macromedia


_______________________________________________
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

_______________________________________________
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