Setvirtualresolution(640,480) SetPrintSize(25) ResetTimer() Repeat print("X Value= "+Str(GetPointerX(),2)) sync() Until Timer()>15 End