Loading of assets in background

Monkey Forums/Monkey Programming/Loading of assets in background

zoqfotpik(Posted 2013) [#1]
How do i load gfx assets for level 2 while level1 is in play? Think small tiles.

Is there a threaded loader?


Shinkiro1(Posted 2013) [#2]
LoadImageAsync & LoadSoundAsync is what you are looking for.
They are in the docs, I think there is even an example in the bananas folder (mak).


zoqfotpik(Posted 2013) [#3]
Thanks! Thinking about making a shooter with dynamic loading instead of having levels... this will be a big help.