Button functionality in a movieclip within another movieclip for another movieclip
Ok so i have this looping thumbnails bar that goes like this:
Scene1-imagebar-imagebarinside
The buttons symbols are in the "imagebarinside" movieclip and i am using this code:
ss1.addEventListener(MouseEvent.CLICK, play1);
function play1(event:MouseEvent):void
{
gotoAndStop("ssbox1");
}
...in this movieclip to play another labeled frame in another movieclip (Scene1-Bara)
Problem is it wont work :-< if anyone has a better ideea i'll really apreciate it
