(AGK version: 2.0.10)
Submitted: 2015-01-18 03:49:35
Setvirtualresolution(640,480)
ResetTimer()

//Create a 1 x 1 pixel yellow image
Id=CreateImageColor(255, 255, 0, 255 )
//Create a Sprite from image and resize
CreateSprite(1,Id)
SetSpriteSize(1,100,100)

Sync()

Repeat
Until Timer()>10

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.