(AGK version: 108.14)
Submitted: 2013-06-30 02:16:47
Setvirtualresolution(640,480)
ResetTimer()

CreateText(101,"Example Text")
SetTextDepth(101,1000)
SetTextSize(101,40)
SetTextColor(101,0,255,0,255)

CreateEditBox(1)
SetEditBoxPosition(1,10,20)
SetEditBoxDepth(1,999)
CreateEditBox(2)
SetEditBoxPosition(2,200,20)
SetEditBoxDepth(2,1001)

Repeat
    Sync()
Until Timer()>20
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.