Maybe I was not clear.

Clip "as" has function "funk1"

To call this function from root I should say as.func1 or from another clip:
_root.as.func1.

I want to find way to call this function as _root.func1 even if she is in
clip with name "as".


2006/7/27, denfi <[EMAIL PROTECTED]>:

you dun have to put _root.attachMovie since you are already attaching it
right from your current maintimeline.

Instead just:

attachMove("as","as",100); will do the job.

Regrads!

On 7/27/06, natalia Vikhtinskaya <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I attach clip with this code:
>
> _root.attachMovie("as","as",100);
>
> Is it possible to change reference to this clip? Instead of
>
> as.something
>
> to have _root.something
>
>
> Another words I want to find way to say _root instead of _root.as. Is it
> possible?
>
> Thank you for help.
> _______________________________________________
> [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
>



--
Discipline can be painful, but it helps when you give it a chance.
_______________________________________________
[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

_______________________________________________
[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