I think I got it now, also took a look at that sprite demo with the penguins code, looks pretty sweet.

And if you can make it possible to load images etc from internal resources instead of external files that would be awesome, but loading from memory not saving resource as some kind of stream to file first (that's sucky way of doing it).

I managed to get BASS to load audio resources from memory, while most people did the save resource to file method using streams or something, I got it working straight from memory. I found it pointless to have it as an internal resource
and loaded into memory only to save it to file and then load it again..... lol.