Setvirtualresolution(640,480) ResetTimer() x#=6.5 y#=-2.1 result#=ATan2(y#,x#) Repeat Printc("The Vector Angle is ") Print(Str(result#,4)+" Degrees") Sync() Until Timer()>12 End