espace 25 Report post 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 Quote Share this post Link to post Share on other sites
espace 25 Report post Posted June 19, 2019 Nobody ? Quote Share this post Link to post Share on other sites
ldd 21 Report post 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! Quote Share this post Link to post Share on other sites