(AGK version: 108.13)
Submitted: 2013-06-22 10:23:22
Setvirtualresolution(640,480)
ResetTimer()

    CreateText(1,"Example Text")
    SetTextPosition(1,10,100)

Repeat
    size=Timer()+4
    SetTextSize(1,size)

    Sync()

Until Timer()>25
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.