I've added the following event to my game over screen
Touch - On touch (retry sprite) - CocoonJS Show Full screen Ad
Touch - Has Touch 5
Would this work how i want it to? Showing a full screen ad every five retrys (clicks)?
No, this won't work, "Has Touch 5" means that 5 fingers touching the display at the same time. You need to add a variable to your restart button, and make this: On Touched Button - Add 1 to Button.variable, and then compare it, If Button.variable > 5 then show ad.