Mark Knol
Mark Knol
Are you sure you setup your resize listeners correct and browser isnt zoomed in?
I would call it just 'order', this has nothing to do with a z-axis right?
It should take that in account, otherwise its a bug imo. Can you make a separate testcase with a textsprite and a fillsprite behind it, that uses textsprite.getNaturalWidth/getNaturalHeight as size?
See https://groups.google.com/forum/#!topic/flambe/ep3aDOR7CIA Hope that helps!
There is `System.hidden` https://aduros.com/flambe/api/flambe/System.html#hidden I think such feature would work inconsistent for each platform; in flash you lose focus when clicking outside flash, in html on the window focus. If...
@zhulu-mike you might want to look at this pull request https://github.com/aduros/flambe/pull/289
I've created several chinese and korean games. Since its indeed too hard to add all the characters in a bitmapfont, we created our own tool that generates copy to sprites....
I have textinput created myself that works for both html and flash target. I can put it somewhere if someone is interested.
Hi, thanks for the contribution. I agree with @Simn, can you change it so it doesn't split on each access? While I get it's not the point of the article,...
Hi there, what did you try to run it? This seems to work: https://try.haxe.org/#245cF (exact copy of snippet)