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)
//Make Advert Visible
SetAdvertVisible ( 1 )
Repeat
Print ("Advert will appear at the bottom of the screen")
sync()
Until Timer()>20
Help make AGK better by submitting an example for this command! (All examples are subject to approval)