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.
jQuery では、「アクティブ」なクラスを追加して、div/img などがアクティブな状態にあるかどうかを知らせることがよくあります。MC のグループがあり、アクティブ状態のオン/オフを切り替えたいと考えています。これはas3で可能ですか?
はい、MovieClip のカスタム プロパティを使用できます。例:
myMc.isactive = false; ^^^^^^^^ [you can use any word]