Hiya,
Ive been building this project for a while now but i’ve got stumped on some what i think is really quite simple.
closebtn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_11);closebtn1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_11);
closebtn2.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_11);
function fl_ClickToGoToAndStopAtFrame_11(event:MouseEvent):void
{
gotoAndStop(1);
}
The first button works “closebtn” but the others dont, why would this be?
Thanks in advance