Loading of assets in background
Monkey Forums/Monkey Programming/Loading of assets in background| 
 | ||
| How do i load gfx assets for level 2 while level1 is in play?  Think small tiles. Is there a threaded loader? | 
| 
 | ||
| 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). | 
| 
 | ||
| Thanks!  Thinking about making a shooter with dynamic loading instead of having levels... this will be a big help. |