Changes the position of the image's offsets
Syntax
Set Image Offsets image,x,ySet Image Offsets image,bankNumber,x,y
Description
image is the index into the bank of the image to use.bankNumber is the id of the image bank to get the image from. If this is not specified then the default image bank is used.x,y are the new offsets for the image, measured in pixels from the top left corner of the image.See also Set Default Image Bank, Image X Offset and Image Y Offset.
image is the index into the bank of the image to use.
bankNumber is the id of the image bank to get the image from. If this is not specified then the default image bank is used.
x,y are the new offsets for the image, measured in pixels from the top left corner of the image.