(AGK version: 108.16)
Submitted: 2013-08-06 09:58:08
Setvirtualresolution(640,480)
ResetTimer()

SetClearColor(255,0,0)
Print("Unseen Text")
Render()

ClearScreen()
Swap()

Print("Hello AGK World!")
Sync()
Repeat
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.