Question
skip intro button please help
I have a flash intro to my website and I have (2) buttons one sound one skip intro. The sound works fine but the skip button will not work. Here is my code.
skipBtn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
gotoAndPlay(401);
any suggestions?
