If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#1560 Error on compiling - $$goto is not available
Author:
teliosmetonma

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3DecompilationDirect Editation
State: closed 

You can reproduce this issue if you go on Scripts->main.as
I get this error: https://i.imgur.com/A0qZZZB.png
when I try to make any difference in the actionscript file. Even a single space in the
middle of nowhere gives me this error when I try to save it.
I use JPEXS Free Flash Decompiler v.11.2.0 and have windows 7 64bit.
Any ideas?

Check the warning on the top. The decompiled code contains §§ instructions, which means
that FFDec was unable to decompile it property. And you are trying to compile this code.
*properly
And how can I make my JPEXS compile it properly?
As the message says, you can try Settings/Automatic deobfuscation,
if it does not help, then you can fix it yourself by editing code.
Editing ActionScript code directly is experimental in FFDec,
you can't rely on it and we won't fix any issues regarding it.
But I can't edit the .as file since I cannot press the save button.
You can edit it. Try to fix the syntax errors and then you can save it.
Or if you want to change only a small thing, i suggest you to use PCode editing.
The decompilation of this file is fixed in current version (13.x)
- there's no §§goto.
But I would not recommend editing the actionscript with "Edit Actionscript" button, it has
many bugs. Use "Edit P-code", it is safer.
State: new→opened
State: opened→closed