Change Sprite xy handle

Blitz3D Forums/Blitz3D Programming/Change Sprite xy handle

xmlspy(Posted 2006) [#1]
How can I change a Sprites xy handle, so the handle is at the upper left corner.


Steven Noyce(Posted 2006) [#2]
HandleSprite sprite,-1,1
should do the trick!