I'm not exactly sure what you mean. You have a texture and you want to texture your object and then scroll texture...Yes it is posible, but we have to scale texture also in order to avoid parts of texture into the object .
Example:
ink rgb(0,200,0),0
box 2,2,98,98
ink 0
set cursor 0,0
print "Black square"
print "show us the "
print "limit of the"
print "texture"
get image 1,0,0,100,100,1
make object box 1,10,10,10:texture object 1,1
make object box 2,10,10,10:texture object 2,1
SCALE OBJECT TEXTURE 2,0.8,0.8 `))))))))))))))))))))))))))))))))))))))))))
SCROLL OBJECT TEXTURE 2,0.02,0.02 `))))))))))))))))))))))))))))))))))))))))))
position object 2,12,0,0
position camera -5,10,-20
point camera 10,0,0
do
sync
loop
I'm not a grumpy grandpa
