After interstitial ad is shown

Hi,

What happens after an interstitial ad (could be static or video) is shown/closed by the user?  Are they back where they were before the ad or is there a way to send them to a different scene?

My plan is to show an ad after the player as played X amount of rounds.  When they reach that number, I’ll show the ad when they click the Continue/Play again button (what it reads depends if they successfully completed just ended round ).

They return to whatever scene you called adplugn.show() in. If you need to go somewhere else, your listener function for the ad plugin can respond to the ad being show, closed etc. and call the appropriate code to go to the scene where you want them.

Rob

They return to whatever scene you called adplugn.show() in. If you need to go somewhere else, your listener function for the ad plugin can respond to the ad being show, closed etc. and call the appropriate code to go to the scene where you want them.

Rob