(AGK version: 108.13)
Submitted: 2013-06-22 09:57:23
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
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.