1087: Syntax error: extra characters found after end of program.

1087: Syntax error: extra characters found after end of program.

Problem:
A block of code may be missing an opening brace ({).

Example:

if (!iconParent) 
	iconParent = Application.application;
}

Notice there is no opening brace after “(!iconParent)”.

Please reply in the comments below if this helped you or not. You can also use the Error Lookup Tool to look up Flex compiler or runtime errors. more info…

This entry was posted in Errors, Flash, Flex. Bookmark the permalink.

55 Responses to 1087: Syntax error: extra characters found after end of program.

  1. Harrie says:

    Im getting this error: 1087: Syntax error: extra characters found after end of program

    onClipEvent(“enterFrame”){
    if (Key.isDown(Key.LEFT)) {
    _x -= 3;
    }
    if (Key.isDown(Key.RIGHT)) {
    _x += 3;
    }
    if (Key.isDown(Key.UP)) {
    turret._rotation -= 3;
    }
    if (Key.isDown(Key.DOWN)) {
    turret._rotation += 3;
    }

    if (_x550) {
    _x = 550;
    }

    }

    can anyone help me?

  2. zack says:

    same prob, 1087: Syntax error: extra characters found after end of program.
    stop(button1.addEventListener)(MouseEvent.MOUSE_DOWN,mouseDownHandler)function mouseDownHandler(event:MouseEvent):void
    please help!!!!!
    email me answer at shepzach@gmail.com

  3. zack says:

    updated my code same problem
    stop()”button 1″.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);function mouseDownHandler(event:MouseEvent):void
    gotoAndStop(1)(“Scene 2″)

  4. zack says:

    1087: Syntax error: extra characters found after end of program.
    Action script 3.0 gives this error in my code plaz help
    stop(“button 1″).addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler)function mouseDownHandler(event:MouseEvent):void
    gotoAndStop(1)(“Scene 2″)
    email me answer at shepzach@gmail.com

  5. 51. What i don’t understood is actually how you are not really much more well-liked than you might be right now. You are so intelligent. You realize therefore considerably relating to this subject, produced me personally consider it from a lot of varied angles. Its like men and women aren’t fascinated unless it’s one thing to accomplish with Lady gaga! Your own stuffs nice. Always maintain it up!

Leave a Reply

Your email address will not be published. Required fields are marked *

Wrap your code before posting! Click the links below:

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="">