(AGK version: 108.16)
Submitted: 2013-08-06 10:42:15
Setvirtualresolution(640,480)
ResetTimer()

ShowChooseImageScreen()
//Loop until and image is selected
Repeat
    Sync()
Until IsChoosingImage()= 0
id=GetChosenImage()
CreateSprite(1,id)
//SetSpriteSize(1,100,-1)
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.