Preload ALL scenes at beginning of game?

My game is very fast-paced and can't have any loading time between scenes. Is there a way to preload ALL scenes at the beginning of the game? Like with some sort of loading scene?

Thanks,
Adam

Comments

  • SlickZeroSlickZero Houston, TexasMember, Sous Chef Posts: 2,870
    No way to do that, really. You can pre-load all your images, but the game probably won't start up for about 20 seconds.

    Your best bet is to use 1 scene, and swap out images with either the recycle method, or the "change image" behavior. "change image" would probably be faster since recycling would mean all of your images on the scene, and would also make loading times in the 20 second range.
Sign In or Register to comment.