Learning resources for haxe

So I just finished the tutorial but now I want more learning resources where can I find them also after I display and image how do I remove it from the screen

Since openfl is very similar to as3/flash you can just look up any flash tutorials and follow these. As for removing bitmap you can use bitmap.parent.removeChild(bitmap).

1 Like

But would I be able to choose to code in haxe

Sure but you’d have to make some small changes to the code like converting Numbers to Floats. However if you have never used as3/flash it might seem difficult.

Have you seen “learn” category on the openfl website? You can find some tutorials there as well. http://www.openfl.org/learn/