Kicker Posted August 31, 2015 Share Posted August 31, 2015 Hello everyone, I'm a solo indie game developer, and I've been developing a Flash game for more than a year now.The game uses Away3D engine for a few 3D elements and standard Flash libs for the UI.It contains about 20 000 lines of code, and fully migrate it to Phaser and Away3D Typescript SDK would take ages. So I'd like to know if there is a way (or if there will be one soon) to export my game to HTML5, even though it extensively uses many features of from Flash, like JSON, SharedObject, ApplicationDomain, Loader, URLLoader, ExternalInterface, Stage3D, and so on... Thanks in advance. Quote Link to comment Share on other sites More sharing options...
rich Posted August 31, 2015 Share Posted August 31, 2015 No, not really. Your best bet would most likely to be to port it to haXe. Quote Link to comment Share on other sites More sharing options...
fuz Posted August 31, 2015 Share Posted August 31, 2015 I agree. If you know AS3 you won't have any problems with OpenFL. It also supports Away3D and exports to HTML5.You can take a look at some samples here: https://away3d.github.io/away3d-examples-openfl/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.