Do you mean that you are able to call the function?
I'm not sure if this has anything to do with it, but the code you
typed here is wrong. It should be:
...
private var _path:MovieClip;
...
_path = path;
...
trace("aaa");
You for the got semicolon - ";"
On 4/2/06, 신진석[Jinseok Shin] <[EMAIL PROTECTED]> wrote:
> 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
>
--
Ramon Miguel M. Tayag
Managing Director
Quirkworks
_______________________________________________
[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