Is anyone still using ‘as3hx’?
Ha ha ha! I was just reading the manual
Discovered a library for ‘as3hx’
According to the instructions, the AS3 code can be converted to HAXE
Is it reliable? Is anyone still using it?
AS3HX
The Haxe Foundation supports a tool called “AS3HX” which handles a lot of the conversion from ActionScript to Haxe.
Setup
First, make sure that you have followed the directions for downloading and installing Haxe on your system.
Open a command-prompt or terminal, and install AS3HX:
haxelib install as3hx
Running AS3HX
Once you have AS3HX installed, you can run AS3HX to convert an input source into an output Haxe directory
haxelib run as3hx path/to/as3 path/to/output

