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.
Rotations
BlitzPlus Forums/BlitzPlus Programming/Rotations 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 ..
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 ..
A negative number should do what you want, im sure
If not 360-rotation_degrees will turn it anti-clockwise.
Thanks to all, putting in a negative did the trick.