OlegShaygu Posted March 22, 2018 Share Posted March 22, 2018 Hi, all! https://jsfiddle.net/OlegShaygu/ra303eu9/12/ Is it piossible to refuse black screen delay when the game starts? It happens on first milliseconds of the start.. Thanks in advance Quote Link to comment Share on other sites More sharing options...
themoonrat Posted March 22, 2018 Share Posted March 22, 2018 They are popping in because the assets are loading in the background, and show when they've finished loading. To stop that effect, you should use the preloader within pixi to preload all assets (showing a loading screen perhaps) before starting the game Quote Link to comment Share on other sites More sharing options...
Outfire Posted March 22, 2018 Share Posted March 22, 2018 Its happens because you need time for loading sprites Backgrounds loading when game start create, so with slow internet connection you can see the man who walk on black screen. You can give name for your sprite and use it for search. https://jsfiddle.net/ra303eu9/28/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.