Hey, thank you for the video! laugh It does remind me a lot of those old, tropical-themed SNES-Mario Kart tracks. Koopa Troopa Beach, or what was it called? laugh


performance-wise, in this line:

Code:
switch(frm)
	{
		case 0:bmap_purge(source);
		case 1:bmap_load(source,"...",0);
		case 2:bmap_load(source,"...",0);
		case 3:bmap_load(source,"...",0);
		case 4:bmap_load(source,"...",0);
		case 5:bmap_load(source,"...",0);
		case 6:bmap_load(source,"...",0);
		case 7:bmap_load(source,"...",0);
	}



Do you actually reload the frame everytime you need it? In this case, I'd rather sacrifice some memory and load all frames in advance, and then just switch to the correct one (for instance, by using a BMAP*-array).



Perhaps this post will get me points for originality at least.

Check out Dungeon Deities! It's amazing and will make you happy, successful and almost certainly more attractive! It might be true!