I need help in my game

when missesnumber reach 50 … Does not open GameOver screen

Try this;

Hello,
Your problem is because you only add the game over blocks for the RedAplle. That mean if the user reach 50 while having the GreenApple or the ImageSprite item, they will continue to play even after reaching 50.
So, add the same block everywhere that can make them lose ( in other words, every place where the missed number is increasing )

1 Like

To go along with this I would change it to a “greater than or equal to” block instead of “equal to”. The way it’s written is too specific and could be prone to bugs.

You are loading 3 (!) admob banner when game initializes ?
I don’t think your users will like that and Google also not.

1 Like