Hi all,
Lee, please keep in mind the possibility of paste sprite with rotation, resizing, alphablending... something like this, maybe:
pastesprite(image_num, x, y, rotation, size, alpha)
or with previous modificators that affects how the image is drawn...
setrotation(90)
setalpha(255)
setsize(2)
pastesprite(image_num,x,y)
Thanks in advance.