Use this code to make your sprite move somewhere else
SPSET 0,0,0
SPOFS 0,60,120
to save go in to direct mode and type
SAVE "NAME"
and that will be put in whatever is your active progect folder
Take out the x and y like this
SPSET 0,0,0
also you have to save your sprite give the save a name and type this in your code
LOAD"GRP4:"FILENAME",FALSE
after that put the rest of your code ;)