I’m Korean. I’m not English very well.

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

 

var new_test:test_class = new test_class(this);

 

i can private function call

 

 

 

 

_______________________________________________
[email protected]
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