Hello again.
I am having trouble with another exercise. I am not sure why, but every time I try to display a sprite over this background, it will not display. If someone could explain what code mix-up I'm making, that would be great.
Rem Project: TransSprite Program
Rem Created: Thursday, February 23, 2012
Rem Designer: Andrew D. South
Rem ***** Main Source File *****
`initialize the program
HIDE MOUSE
CLS
`load background
LOAD BITMAP "Media\background.bmp", 0
`Load teh soucre bitmap file
LOAD BITMAP "Media\F15.bmp", 1
`Grab image 1 from bitmap
GET IMAGE 1, 0, 0, 300, 300
`Draw the sprite
SPRITE 1, 170, 90, 1
`Wait for keypress
WAIT KEY
END
When we all lend our power together, there is nothing we
can't do!
Please Lend me your STRENGTH!