Button STILL not working with FLASH CS4

Posted by aarontb on Stack Overflow See other posts from Stack Overflow or by aarontb
Published on 2010-04-27T01:20:15Z Indexed on 2010/04/27 1:23 UTC
Read the original article Hit count: 276

Filed under:
|

Okay, I have absolutely NO Compiler/Output errors anymore...however, the buttons are still not working? Any suggestions?

Replay_btn.addEventListener(MouseEvent.CLICK; replay);
function replay(event:MouseEvent):void{
gotoAndPlay(25);
}

WHAT THE HELL IS WRONG!!! PLEASE LET ME KNOW!!!

© Stack Overflow or respective owner

Related posts about flash-cs4

Related posts about actionscript-3