Hi all, i'm trying to make a fixed posistion fps bottle shoooting game controlling the cross hair with the mouse.
This is what i've got so far
hide mouse
cls
`draw crosshair
load bitmap "cross.bmp",1
get image 1,4,421,25,443
for n=2 to 7
`draw bottles
load bitmap "bottle.bmp",2
get image 2,2,411,20,444,2
sprite n,n*50,280,2
next n
`make crosshair follow mouse
do
sprite 1,mousex(),mousey(),1
loop
I don't know how to make it so that when the mouse button is clicked
AND the crosshair is
ANYWHERE over one of the bottles that bottle will disapear. I know i have to use the
mouse click()=1 to check if the button is clicked. Thanks
"I SEE" said the blind man