Quick noob question about vungle ads and composer

I’m just starting with Vungle, and have a quick query…

I want the ad to show after the game over screen when the player presses either “play” or “quit” but before transitioning to the next scene (using composer).  Will the scene continue to change behind the ad or does it wait until the ad is closed?  

How do others do this?

I hope this makes sense

Cheers

Chris

When I did this in my game, I have a loading scene that has a button on it to continue.  When that scene shows, I call ad.show() to show the Vungle ad.  There is a listener that lets you know when it’s done, but since the ad overlays the scene, when the ad goes away, your scene underneath will be revealed and then the user can click on the “continue” button.

Rob

When I did this in my game, I have a loading scene that has a button on it to continue.  When that scene shows, I call ad.show() to show the Vungle ad.  There is a listener that lets you know when it’s done, but since the ad overlays the scene, when the ad goes away, your scene underneath will be revealed and then the user can click on the “continue” button.

Rob