[CODE]
`Set up
constant1 = 2
hide mouse
randomize timer()
`Loading bitmaps and getting images
load bitmap "airplanesprite.bmp", 0
get image 1,0,0,69,71
load bitmap "alienshipsprite.bmp", 0
get image 2,0,0,53,36
load bitmap "bullet.bmp", 0
get image 3,0,0,12,12
cls
`Declare variables [TO DO]...