Hey guys, I was wondering what happens in the following case:
- transparent sprites are filled by loading pictures on demand by URL.
- a save game is created
- in another session the save game is loaded
-> now when a sprite frame is displayed, will it be empty and stay empty or will it remember which frame was assigned with which URL and if I try to display the image, the picture will load and display once it finished loading. Or does the savegame save the pictures that were loaded by url with it (which would lead to a very big save game, so I doubt it)?
edit: looks like it isn't store. Guess I have to save it to variables and load the images on load complete?