CrazyFlasher

Results 64 issues of CrazyFlasher

Something like this: ``` haxelib path mycoollib C:\Users\GANAPATI\projects\crypbattlehx\.haxelib\DomWires/1,0,0-alpha,8/src/ -D DomWires=1.0.0-alpha.8 C:\Users\GANAPATI\projects\crypbattlehx\.haxelib\hexinject/git/src/ -D hexinject=1.0.0-alpha.7 C:\Users\GANAPATI\projects\crypbattlehx\.haxelib\hexannotation/1,0,0-alpha,7/src/ -D hexannotation=1.0.0-alpha.7 C:\Users\GANAPATI\projects\crypbattlehx\.haxelib\hexreflection/1,0,0-alpha,7/src/ -D hexreflection=1.0.0-alpha.7 ... ```

I want to export bitmapdata as images via script. Is it possible to use hxp together with openfl display list for that? If not, that what is the best way?

Loaded sounds cannot be played.

Hi. Recently I've started porting Starling Flash extensions to Starling OpenFL. Some of them are complete and work as expected: GodRayPlane, PixelMaskDisplayObject and TextureMaskStyle. But with LightStyle I have low...

If sounds preloaded and taken via openfl Assets class, problem doesn't exist. I think it's related to FPS somehow.

Hi. For some reasons simple stage with no animations and 6 drawcalls drops to 30 fps during some time. Device: Samsung Galaxy S6 Browser: Chrome I had familiar issue with...

If we start application with small browser window at first, then maximize it, stage will be cutted I've just modified basic/Particles sample Main class, so you can easily reproduce it....