drawimage - is x,y in middle of sprite or top left

Blitz3D Forums/Blitz3D Beginners Area/drawimage - is x,y in middle of sprite or top left

Is the x,y co-ordinates in the drawimage command referring to the upper corner of the sprite or the middle of it ?

I think it is upper left - try drawing at 0,0 - then you'll know (I assume, although I don't do 2D stuff)

Yes. You can change it using HandleImage.

If you have AutoMidHandle set to TRUE then any images loaded thereafter will have their axis/handle centered.

...Or just MidHandle for individual images :)

Yes thats right - as soja said (just testing my updated sig).