Setvirtualresolution(640,480) ResetTimer() CreateText(1,"Example Text") SetTextPosition(1,10,100) Repeat size=Timer()+4 SetTextSize(1,size) Sync() Until Timer()>25 End