ok so im making this game where your mouse is the crosshair and u have to shoot the enemy(everything is working perfectly)
Theres one problem
do ` main loop start
cls ` clear screen
sprite 1,xpos,ypos,1 ` draw the sprite to screen
sprite 2,xpos2,ypos2,2
inc xpos2
xpos=mousex() ` making x = mouse x
ypos=mousey() ` making y = mouse y
set cursor 1,1
if sprite collision(1,2)=1 and mouseclick()=1 or sprite hit(1,2)=1 and mouseclick()=1 then print "Hit!"
loop
when it starts the enemy moves way to fast. is there a way to slow it down
enemy = xpos2
im tryin to make it move slower across the screen.
Current Project: Learning DBP