How would I go about centering a sprite to the absolute center of the screen?
I'm trying to make a sprite that can also rotate but it goes all over the place and i believe this is because i have to also move its offset to the centre but unsure of how to do it exactly?
SetSpriteOffset ( mySprite , 5 , -1 )
With text its great we have a centering option and for prompts but with sprites im having some troubles with this.
Solved! When I set a sprites size and then use half of the width value for the offset, it did the trick.