Hi guys, so i just built my game and i tried to run it but i got this error [lime.app.preloader] ERROR There is no asset library with a id of “default” and i dont even have a preloader right now. Please help.
ttt
@ttt
Posts made by ttt
-
Problem with lime preloader
-
I am desperate for an answer!!!!
Hi there, can you please show me or direct me to a tutorial on how to make my player shoot bullets from three different angles (0,90,180). I have tried to do this my self but it on shot at 180 degree. Please help.
-
RE: Why does my sprite loop keeps blinking every time loops
@galoyo thank you very much for your time. I will try to figure this out and if i do i will create awareness for any one that might face this issue. Thanks again.
-
RE: Why does my sprite loop keeps blinking every time loops
@galoyo nope i am using the old version.
-
RE: Why does my sprite loop keeps blinking every time loops
@galoyo No its not, that is the sprite part of the code the rest are the player movement
-
RE: Why does my sprite loop keeps blinking every time loops
@galoyo No problem,
loadGraphic(AssetPaths.player__png, true, 16, 16);
setFacingFlip(FlxObject.LEFT, false, false);
setFacingFlip(FlxObject.RIGHT, true, false);animation.add("d", [0, 1, 0, 2], 6, true);
animation.play("d"); -
RE: Why does my sprite loop keeps blinking every time loops
@galoyo i know all that i created my animation correctly its just that every time it loops it blinks a little bit.