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.
AS3 のインデックスにムービークリップを追加するには?
AddChild を順番に使用しようとしましたが、うまくいきません。特定のオブジェクトを特定の Index に追加する方法はありますか?
単に追加addChildAt (mc , index)するだけでなくaddChild(mc)
addChildAt (mc , index)
addChild(mc)