Yeah, I use PNG too for the same reasons, it's Bitmap quality with GIF's size. =)
Thanks for the answers, and last question (I promise), just so I know I'm not doing anything wrong. The code posted above:
x = (screen width()/2) - (bitmap width(1) / 2)
y = (screen height()/2) - (bitmap height(1) / 2)
paste image ?,x,y,?
Won't work because you can't use Bitmap Commands on an Image and vice versa, right? If this is true, maybe you should create an 'Image Width/Height' command or 'Paste Bitmap'. It doesn't really matter for me because I just manually inserted the dimensions of the Image but others might need it, I guess you could load the picture as both an image and bitmap but that shouldn't be nescessary.
"Computers are useless they can only give you answers."