Page 1 of 1

Tip: Use Sublime Text to write actionscript2 for code object.

Posted: 15 Oct 2020, 14:56
by eureka
Entering code into code object can be fraught with errors since characters are difficult to read.
There is a syntax check but again it can be difficult to spot code errors.

On Ubuntu I now write Actionscript2 code in an external file mycode.as
and I view this in Sublime Text with actionscript plugin installed.

Then I copy and paste into Actiona code object. Much better validation process.