Action when mc is empty
Hello
I have 4 objects inside movie clip each one with code on it's the 2nd frame tile.visible = false;. To refer to that frame 2 from the main timeline I have "cont.tile1.addEventListener(MouseEvent.CLICK, fr2); function fr2(event:MouseEvent):void { tile1.gotoAndStop(2); }" This code 1 time for each tile(renamed). The objects( tiles) are inside mc called "cont". Once they are all clicked and are invisible I need to take action like for example to go to frame 5 on the main timeline.How can i make that possible?. Thanks.
