
-----------------------------------
sarm2005
Mon Mar 10, 2008 5:01 pm

How do you rotate a sprite?
-----------------------------------
Title says it all.

-----------------------------------
Sean
Mon Mar 10, 2008 5:18 pm

Re: How do you rotate a sprite?
-----------------------------------
Since I am guessing you are using a picture, look into Pic.Rotate

-----------------------------------
sarm2005
Mon Mar 10, 2008 5:40 pm

Re: How do you rotate a sprite?
-----------------------------------
I've already converted the pictures into sprites to make it easier to move them. So how do you rotate the sprites.

-----------------------------------
Sean
Mon Mar 10, 2008 5:45 pm

Re: How do you rotate a sprite?
-----------------------------------
They are still pictures, you just made the moveable, Pic.Rotate is the way to go.

-----------------------------------
sarm2005
Mon Mar 10, 2008 6:04 pm

Re: How do you rotate a sprite?
-----------------------------------
I've already made them into sprites with Sprite.New and would like to rotate these sprites rather than Pic.Rotate and creating a new sprite.

-----------------------------------
Sean
Mon Mar 10, 2008 6:57 pm

Re: How do you rotate a sprite?
-----------------------------------
You can't rotate the sprite on its own. You must use Pic.Rotate and redraw it. Sorry, thats the only way I know how to do it, unless Tony knows of another way.

-----------------------------------
sarm2005
Mon Mar 10, 2008 7:39 pm

Re: How do you rotate a sprite?
-----------------------------------
Ok, thanks. Guess that's the only way to go.
