Setvirtualresolution(640,480)
ResetTimer()
//Firstly Obtain Unique Codes from...
//www.inner-active.com
SetInneractiveDetails("UNIQUE_INNERACTIVE_APP_CODE")
//Create and Position the Advert
CreateAdvert(0, 1, 2, 0)
SetAdvertLocation(1,1,500)
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() //Firstly Obtain Unique Codes from... //www.inner-active.com SetInneractiveDetails("UNIQUE_INNERACTIVE_APP_CODE") //Create and Position the Advert CreateAdvert(0, 1, 2, 0) SetAdvertLocation(1,1,500) Repeat sync() Until Timer()>15 End