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