timJefrrey
timJefrrey

Reputation: 29

How I convert AS3 to Haxe?

I have a Flash game on facebook and i have many class and many animation on FLA and I want to convert Haxe.

Actionscript 3.0 to Haxe Is it possible to directly convert ? or (converter, plugin...)

Or Do you have any advice how I convert my game ?

What is the best way ?

Upvotes: 2

Views: 2314

Answers (1)

matanube
matanube

Reputation: 437

Use the official converter from the HaxeFoundation: https://github.com/HaxeFoundation/as3hx

Use a rendering / game engine like OpenFL: http://www.openfl.org

This should cover most of the logic, you'd still need to go through everything and make sure your logic is still sound.

Upvotes: 6

Related Questions