Setvirtualresolution(640,480)
ResetTimer()
CreateText(1,"Example Text One")
CreateText(2,"Example Text Two")
SetTextSize(1,35)
SetTextSize(2,35)
SetTextPosition(1,10,50)
SetTextPosition(2,60,55)
SetTextColor(1,255,0,0,255)
SetTextColor(2,0,255,0,255)
SetTextDepth(1,10)
Repeat
For d=1 to 20
SetTextDepth(2,d)
Sleep(50)
Sync()
Next d
Until Timer()>15
End
Help make AGK better by submitting an example for this command! (All examples are subject to approval)