Setvirtualresolution(640,480) ResetTimer() CreateText(1,"Process Started") SetTextSize(1,25) SetTextPosition(1,10,100) Repeat If Timer()>3 spacing=Timer()-2 SetTextSpacing(1,spacing) EndIf Sync() Until Timer()>10 End