grenideer
|
-----------------------------------------------------------
void RotScale(int x, y, width, height, angle, scale, image)
-----------------------------------------------------------
This is a very useful function. It allows you to display an image at a given position, rotation and scale. As far as I can tell, the coordinates represent where
you want the center of the image to be drawn, relative to the screen. For example,
you would use ScreenX/2, ScreenY/2 to have the image displayed at approximately
the center of the screen. Untested and unsupported.
It should be the same (or similar).
Posted on 2001-06-14 00:54:20
|