Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ステージ上にこの動的テキストフィールドがあり、xmlloader クラスからアクセスして、xml ファイルからテキストを表示できるようにしたいと考えています。私はそれを行う方法を理解できません。
私は答えを見つけました:
MovieClip(root).thetextfieldonstage.text = "yep";
クラスからテキストフィールドを呼び出すことができます。