Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Glitch where you can tap through the ads

Overall good game!

I know, I wanted to fix it but unfortunately I couldn't find any ways to do it and every way I thought of were too complicated (using raycasting to disable the button etc). That's why I added that you crash when you have too much ads, only way to make them dangerous.

Try something like this. It does work for me.

ColorRect blocks the pressed() signal. Because it has some king of mouse filter. You could put it under the ads, so it is not visible.

Should I use this to make the button for the ads? A problem is that if I have to use color rect for ads I'll have to recreate most of the ad's movement systems

yea my bad. 

Don't put it under the ads. You can put it in the ads, but it should be behind the image file (or make the Z-Index lower).  


(1 edit)

It works, but come to think of it, the gameplay feels so much weird with the ads, I often keep clicking till there's 2 ads or more. I don't think i'll add it, but thank you so much because this will probably help me a lot in other games