espace Posted June 17, 2019 Share Posted June 17, 2019 hi, Assuming i have this scene config who start in this order : # boot # preload # title # main My "main" scene require a lot of times to load +/- 2seconds So what i would like is to make this : # boot # preload # title => preload #main during this state # main => when i go to this state, it take less time because the scene is preloading during the "title" scene Is it possible ? I don't see anything in phaser examples...thanks Link to comment Share on other sites More sharing options...
espace Posted June 19, 2019 Author Share Posted June 19, 2019 Nobody ? Link to comment Share on other sites More sharing options...
ldd Posted June 28, 2019 Share Posted June 28, 2019 You should post on the new forums: https://phaser.discourse.group As for your question, I'd guess playing with `scene.start()` and `scene.sendToBack()` should work. Anyways, please use the new forum. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts