ok....
im back and ready to program, exept that the modem in my computer is not running but i can still program...
i was able to move a few circles around the screen with:
x=200
y=300
sync on
do
if upkey()=1 then y=y-1
if downkey()=1 then y=y+1
if leftkey()=1 then x=x-1
if rightkey()=1 then x=x+1
circle x,y,20
sync
loop
But...sadly, that isn't what i wanted to accomplish, even though that was the first time i moved something besides an object.
You see, what i was to do is to be able to load a bmp, make it a sprite, and move it in the same way as i did the circle. Any help??
Thx
max
things take time......like golf...