I have a new problem now! Its to do with the set sprite image command. I load up some images then use the set sprite image command but then it says sprite does not exist at line blah. heres some code to see what I mean. any help will be much appreciated!
rem load images
load image "blah1.bmp",1
load image "blah2.bmp",2
load image "blah3.bmp",3
rem set sprites
set sprite image 1,1
set sprite image 2,2
set sprite image 3,3
rem main loop
do
rem shoot gun
if spacekey()=1
hide sprite 1
show sprite 2
else
show sprite 1
hide sprite 2
C:\Dos
C:\Dos Run
Run Dos Run