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)
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