displaying full screen ad after gameover screen

I originally posted this in the epic thread and thought I had it sorted, but…
On the gameover screen of my game I have two buttons, one to quite back to the main menu, and another to restart the game. When one of the buttons is pressed it shows a preloaded fullscreen ad but then a second or so later it acts as though the ad has been clicked and takes me to the app store. Could someone please help me with some example code to get this to work properly as it’s driving me mad.
I’ve tried so many different variations of code but none of them seem to work and it’s just sitting there laughing at me :frowning:
[import]uid: 7841 topic_id: 35735 reply_id: 335735[/import]

Hi there.

Maybe this can be an issue in your buttons. Try returning true in the event function, so the click will not be propagated to bottom widgets.

Regards
Paulo
http://twitter.com/paulocheque
http://github.com/paulocheque
http://www.linkedin.com/in/paulocheque
[import]uid: 157102 topic_id: 35735 reply_id: 142109[/import]

Hi there.

Maybe this can be an issue in your buttons. Try returning true in the event function, so the click will not be propagated to bottom widgets.

Regards
Paulo
http://twitter.com/paulocheque
http://github.com/paulocheque
http://www.linkedin.com/in/paulocheque
[import]uid: 157102 topic_id: 35735 reply_id: 142109[/import]