Thanks to Aaron I have added another solution to AS3 Error 1084 that deals with using numeric characters. Check out the fix for ActionScript Error 1084.
Thanks and as always,
Happy Flashing
Curtis J. Morley
Thanks to Aaron I have added another solution to AS3 Error 1084 that deals with using numeric characters. Check out the fix for ActionScript Error 1084.
Thanks and as always,
Happy Flashing
Curtis J. Morley
import flash.events.MouseEvent;
abtn.addeventlistener(MouseEvent.CLICK,aClick);
function aClick(event.MouseEvent):void{
gotoAndPlay(“cover_aa”);
}
i keep getting a syntax error on my third line and im not seeing where it could be if anyone can help it woud be much appreciated