Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>obj_rotate()</b> c_exam14,c_demo http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
OBJ_ROTATE()                                               C_EXAM14,C_DEMO
   Rotates an object.

   Syntax
         nIndex = OBJ_ROTATE(nIndex,nX,xY,nRotation)

   Arguments
         nIndex      Object number.
         nX          X point of rotation.
         nY          Y point of rotation.
         nRotation   Rotation in tenths of degrees.

   Returns
         nIndex      Returns object number.

   Description
         OBJ_ROTATE() rotates the nIndex object number. nRotation is the
         amount of rotation in tenths of degrees for line objects (type 1-4),
         round objects (type 12-17), and stroke text objects (type 20).
         Bitmapped text is not rotated.

         If the object number is not in the drawing, a 0 is returned.

See Also: OBJ_MIRROR() OBJ_SCALE() OBJ_SHEAR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson