I was going through the SCAR help manual, and noticed a function called RotateBitmap. I thought it wold be useful to use, but I can't figure out how I'm supposed to use it in my script. So if I were to go:
SCAR Code:
RotateBitmap(BitmapName, 270);
1. would my bitmap be rotated 270 degrees?

2. Also, if I rotate it, and then use FindBitmap, will it look for the rotated bitmap or the original one?

3. The last question I have is that it returns an integer, so how do I use/ what's the meaning of the integer it returns?

EDIT: nevermind, I just figured it out... I just needed to teach myself radians.