New info on Error Flex/Flash Error #1084: Syntax error: expecting identifier before 1084.

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

One thought on “New info on Error Flex/Flash Error #1084: Syntax error: expecting identifier before 1084.

  1. 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

Comments are closed.