(AGK version: 108.16)
Submitted: 2013-08-06 15:32:08
Setvirtualresolution(640,480)
ResetTimer()
text$="www.appgamekit.com"
id=EncodeQRCode( text$, 0 )
CreateSprite(1,id)
Repeat
    Sync()
Until Timer()>20
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.