I don't need preload image, I want to load a image in game! Can I do that?

There are 64 picture (each of them is about 150KB) in folder.
If player select the one number from 1 to 64 in the game.
Then i want to show a picture according to choice.

So i don’t need to preload all 64 image, I only need 1 image.
How can i do that?

It is okay there is a loading during game.

This game will be distributed on HTML5

Please give me a solution! Thx!

Hey! If you look at the examples, there is one for dynamically loading an image into a sprite :wink: It’s the load image from url example

1 Like

Oh@@@@@@@@ Good to hear that! Where is it?!

Here all examples and starters on the web