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.
メイン シーンにオブジェクトがあり、それらをムービー クリップで参照したいと考えています。
逆だったらやりたかった
Movieclip.button_btn(...)
シーンを使用する以外に、それと同等のものは何ですか?
私は自分で答えを見つけました。
それを見つけようとしている人にとっては、それは Object(root) です。この場合、それは
Object(root).button_btn(...)