hi guys, i made this animation movieclip, test_mc. that has a button on it and i’m using 3 different instances of it.
I’ve named each instance for example, oneI, twoI, threeI.
what i want is for when a frame 15 is passed over in the animation, something on the main scene to occur.
Now I’m using a global variable in the movieclip and im checking if it’s true or false on the main stage.
however, clicking on a button on the instance makes the global variable true, and when it is true i want the effects to occur on the instance i just clicked on, however, it happens for all 3 instances.
any ideas?