I am using Flashdevelop to create an ActionScript 3.0 game. It was originally a FlashIDE project, but I decided to migrate the project to FlashDevelop. I also changed some asset and property names, resulting in a lot of syntax errors. Errors are saved in the output panel instead of the results panel (this is normal) during compilation. I know that when I click errors in the results pane, it will open and indicate an error in the code panel. I cannot do this with errors in the output panel (I assume this is normal). Is there something I can do to make errors available?
Even a simple error like this does not appear in the Results panel:
Loading configuration file H:\04 Noveline\03 GD\GD03\Folder (aaaa)\TEST\obj\MeccatomedinaConfig.xml
H:\FD(1)\TEST\src\Game.as(75): col: 3 Error: Access of undefined property sssss.
sssss
^
Build halted with errors (fcsh).
(fcsh)
source
share