(AGK version: 108.14)
Submitted: 2013-06-29 12:16:14
Setvirtualresolution(640,480)
ResetTimer()

CreateEditBox(1)
SetEditBoxPosition(1,10,100)
SetEditBoxBackgroundColor(1,255,0,0,255)
CreateEditBox(2)
SetEditBoxPosition(2,10,140)
SetEditBoxBackgroundColor(2,0,255,0,255)
CreateEditBox(3)
SetEditBoxPosition(3,10,180)
SetEditBoxBackgroundColor(3,0,0,255,255)

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