Issue with display order

Hi,

When I export to swf target, my objects are correctly sorted as you can see here :image

But when I export to HTML5 or Android :

Everything is “addChilded” in the correct order, so is there any limitations explaining this ?

Another issue is : I load a swf with textfields in, in flash everything is displayed, when exported, textfields are not shown, could it be related ?

Regards,

Do you use SWF-based assets, or are you using addChild yourself in Haxe?

In OpenFL, you need to currently add the fonts you want in your asset directory, because we need an original TTF (or some OTF fonts work) to generate a webfont for you :slight_smile:

Hi,

I have replaced swf assets by bitmaps and seems better now.

Thanks for your answer anyway