so if I am inside a movieClip mc i should do:

mc(parent).play(); ???

On Jan 6, 2008 5:45 AM, Fumio Nonaka <[EMAIL PROTECTED]> wrote:

> The parent is a property of DisplayObject class, while the play() method
> is belongs to MovieClip class which is a sub class of DisplayObject.
> Therefore the reference of the property should be cast to MovieClip class.
>
> MovieClip(parent).play();
> _____
> Omar Fouad wrote:
> > In AS3 I am tring to get the parent movieClip that contains some
> movieClip
> > timeline animation...
> >
> > parent.play();
> >
> > It gets me an Error???
>
> Good luck,
> --
> Fumio Nonaka
> mailto:[EMAIL PROTECTED]
> http://www.FumioNonaka.com/
> My books<http://www.FumioNonaka.com/Books/index.html>
> Flash community<http://F-site.org/>
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Omar M. Fouad - Digital Emotions
http://www.omarfouad.net

This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an
intended recipient then please promptly delete this e-mail and any
attachment and all copies and inform the sender. Thank you.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to