sprite - handle of existing sprite angle - the angle at which to rotate the sprite |
Rotates a sprite to an absolute angle. The angle# value ranges from 0 to 359. Here are some values and how they affect the sprite:
See Also: FlipImage3D |
Include "Sprite Control.bb" SpriteGraphics3D 640,480 mysprite=LoadImage3D("myimage.bmp") RenderWorld |