Checking for Movie Clip Instance
Is it possible to check if a button instances is available on a certain frame?
i.e.
Frame 1 has the following movie clips
a_btn
b_btn
c_btn
Frame 2 has the following movie clips
a_btn
c_btn
I want to check if buttons a, b, c is available on Frame 2 and run a corresponding function if condition 1 or condition 2 is met