Rotations

BlitzPlus Forums/BlitzPlus Programming/Rotations

Jay(Posted 2005) [#1]
I noticed the rotate image command rotates the image clockwise. Is there a command parameter or some other command that will allow rotaing images counterclockwise? Thanks.


CS_TBL(Posted 2005) [#2]
uh... dunno ...


RotateImage image,value#

value# = floating number from 0 to 360 degrees


if -1 wouldn't work, then '360-cw_rotation' ?

like '359'-cw to go '1'-ccw ..


Shagwana(Posted 2005) [#3]
A negative number should do what you want, im sure


Rob Farley(Posted 2005) [#4]
If not 360-rotation_degrees will turn it anti-clockwise.


Jay(Posted 2005) [#5]
Thanks to all, putting in a negative did the trick.