Advertisements
Download GameBreakBeta.js
Download the gameBreakBeta.js file using the following link: Download GameBreakBeta.js
Setup Ads
Add the following line to your index.html
file:
If you are an AFP partner, replace the AdSense ID and set activateAFP to true in the gameBreakBeta.js
If you are not an AFP partner, replace the Channel ID and Set activateAFP to false
Contact us if you want to become an AFP partner or if you need a Channel ID.
Display Ads
Testing
Example
Call nextAds()
when you want to display ads like between game stages.
Remember to pause the game (including sounds) by using pauseGame()
before displaying ads.
Use resumeGame()
to resume the game.