CrazyFlasher

Results 64 issues of CrazyFlasher

For example mobile screen is 2000x1500, but I want to run app fullscreen with 320x240 resolution for better performance. But strech to fullscreen. Is it possible? If yes, then how?

Using this sample https://github.com/haxeui/component-examples/tree/master/buttons http://188.166.108.195/testui/ - build 1. Touches doesn't work 2. Content is shown only in landscape mode 3. After rotating device - weird scaling Scaling content issues can...

Sample: http://188.166.108.195/heaps/s2/ root haxeui component has scale 2.0

I am using https://github.com/myflashlab ANEs. And I cannot build apk with AppsFlyer ANE. I tried also `AppsFlyerAIRExtension-witout-gp.ane` but no luck. ``` com.myflashlab.air.extensions.billing com.myflashlab.air.extensions.admob com.freshplanet.ane.AirNetworkInfo adobe.nativeExtension.dataShare com.gameanalytics.sdk com.appsflyer.adobeair com.myflashlab.air.extensions.dependency.overrideAir com.myflashlab.air.extensions.dependency.androidSupport.arch com.myflashlab.air.extensions.dependency.androidSupport.core...

I got error when trying to build it ``` gulp --plugin --install [16:25:55] +-------------------+ [16:25:55] | PixiAnimate | [16:25:55] +-------------------+ [16:25:55] Mode: Release [16:25:55] Using gulpfile C:\work\foxium\animate-extension\gulpfile.js [16:25:55] Starting 'default'......

Is it possible to get progress of PIXI.animate.load?

I have a fla file with 2 assets linked to classes: ![image](https://user-images.githubusercontent.com/1607138/232711342-59d481be-75c8-451c-953d-468ab3bafcb8.png) Box class: ```haxe @:bind class Box extends Sprite { public var mc:MovieClip; public function new() { super(); }...