I need to calculate the inverse sine. For the formula sin(x) = a/b, I have a and b, but I need to figure out the angle, and I don't think that AGS has a built-in sin-1(x) function.
Then you're not looking hard enough: :=
Maths.ArcSin() (http://www.adventuregamestudio.co.uk/manual/Maths.ArcSin.htm)
*smacks head*
I never knew that the arcsine was the inverse sine >_<
thanks!