AS3: How can I access a movieclip in a different scene?
Posted
by kentos
on Stack Overflow
See other posts from Stack Overflow
or by kentos
Published on 2010-06-02T11:33:00Z
Indexed on
2010/06/02
11:33 UTC
Read the original article
Hit count: 159
I want to access a MovieClip in another scene than I'm currently in.
More specific I want to set a TextField to a certain value from a "preloader"-scene. This is for handling totally dynamic language phrases. Maybe this is the wrong way.
I'm loading a XML with language phrases that I want to replace the textfields with.
We could do this by altering all MovieClips, but I think this could be a smart solution, if it's possible! :)
© Stack Overflow or respective owner