Setvirtualresolution(640,480) ResetTimer() SetClearColor(255,0,0) Print("Unseen Text") Render() ClearScreen() Swap() Print("Hello AGK World!") Sync() Repeat Until Timer()>15 End