not quite sure what you mean, just moving a sprite around with the mouse???
rem set up sync
sync on
sync rate 0
rem make image for sprite
box 0,0,50,50
get image 1,0,0,50,50
rem clear the screen
cls
rem main loop
do
rem mousex() and mousey() return the mouse position
sprite 1,mousex(),mousey(),1
rem sync
sync
loop
or just along either the x or y axis?
rem set up sync
sync on
sync rate 0
rem hide mouse so it can't be seen but mouse commands can still be used
hide mouse
rem make image for sprite
box 0,0,50,50
get image 1,0,0,50,50
rem clear the screen
cls
rem main loop
do
rem mousex() and mousey() return the mouse position
sprite 1,mousex(),400,1
rem sync
sync
loop
hope that helps
ARE YOU A 3D MODELER??? IF SO WE NEED YOU!!!
EMAIL
[email protected] to work on the new Star Strike project!!!