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