So for example I'm using the following code instead of x which will automatically apply an x offset of either +3 or -3 depending on whether the object has an image_xscale of 1 or -1.
x+(3*image_xscale)
I want to do something similar for image_angle except I don't know how. I want it so if the image_xscale is 1 then image_angle will equal -90 and if the image_xscale is -1 then it will equal 90. How would I do a calculation like that?
Thanks.
Edited by Hello Darren, 25 April 2012 - 11:44 AM.











