bjadams, and DVader, try that with my app, and see my solution
I just placed what I call a "Local Ad", an AppGameKit sprite at the same location as the ad, to atleast give the "annoyment" of an Ad to the user, or gift to TGC depending on your view.
The ad, that I got from TGC:
Code example for 640x480 landscape:
// Setup local ad
SPRlocalAD=createsprite(loadimage("localad.png"))
setspritedepth(SPRlocalAD,0)
setspriteposition(SPRlocalAD,320,429)
This will show the Ad whenever the inneractive Ad is not showing, for any reasons. I strongly reccomend this trick, in support of TGC. you can add more local ad's also, that links to your stuff, or whatever. Just make the ad change from time to time randomly.
----------------
AGK user - novice
Did Amiga / AMOS programming in the 90's, just started programming again with AGK.