Rewarded video ad closed before completing

Hi guys,

I would like to ask you for help with the closing rewarded video. The main idea is that the player after watching the video would continue in the game. But my problem is that if the player closes the video before the video ad end, he still is able to continue in the game. I tried to add EndGame procedure to the “when rewarded video ad closed” but in that case, every game ended even after complete watching the video. I was thinking about setting the timer, but I am not sure if that would be working.

Could you help me with this problem?

Does the ad component have a “completed” variable? If so then do: If completed = false then end game

Thank you for your answer. But the ad component doesn’t have ‘completed’ variable. Are there any possible solutions?

EDIT:
Thank you again for your idea. I found the solution through creating my own variable (set AdCompleted to 0 and if completed set it to 1)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.