How can I make a game small in file size? I notice that (even though it's 16 bit graphics), SNES games are VERY tiny, yet very complex. Is this kind of thing possible in GE? should I start using high-compressed BMP files?
gE's engine is already 1MB so adding graphics, games made with gE can be pretty large. The best thing to do is minimize the need for new graphics. You can do this through color shifting tiles (though this is limited with gE's current rgb method) and using map files to store the elements of your game. You could also use bmp loading functions, or your own custom type, and draw images through canvas (but as you know that can be very taxing as well).
Well, you know how you can make your animation darker changing the r, g, and b variables? Well, additive would be the opposite. You would actually be able to make it brighter (so you could make it flash white or something)
A tree never hits an automobile except in self-defence.