// Will show live ads. Replace with 1 to show test ads.
SetAmazonAdTesting(0)
// Replace this random string with your own Amazon ad ID string which you can get from developer.amazon.com
SetAmazonAdDetails("d1h59j317k6o83971y8c9f8e9e35235j")
// Main game/app loop
do
//Show a full screen advert from Amazon. Ideally you'd want to put this in an if line/block so that it only shows at certain times i.e. when the player starts a new level/game.
ShowFullscreenAdvertAmazon()
Sync()
loop
Help make AGK better by submitting an example for this command! (All examples are subject to approval)