Lehr, Theodore wrote:
I have a mc within another... I need to reach out of that mc and into another 
on the root to give some text to a text box...

With the old as I would do:

_root.mcName.textboxName.text = "xxxx";

How do I do it now?


Same thing, but you need to cast root to the type of the main timeline, that is the document class.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to