Custom preloader.
-
Hi, is there a way i can customise haxeflixel preloader so that i can have my logo on it. Normally haxeflixel preloader should be there by default right? But when i tested it on my android it did not show any preload. So i tried to animate it and then change the state if the animation completes but i got errors.
-
Check out FlxBasePreloader, which can be extended to be customized. However, we currently skip the preloader on non-web targets:
-
Thanks Game 11, i figured it out. I simply created a sprite code that looks like a preloader so basicly i created my own preloader. I know androids fully loads your game the moment you press it, i just wanted it to display my logo.
-
@gama11 One more thing, is there a way i can set a background image for my game. I tried but it didn't cover the whole screen as i wanted.