Setvirtualresolution(640,480) ResetTimer() Repeat Printc("The time in seconds since start is ") Print(GetSeconds()) Sync() Until Timer()>15 End