1 sentence description of the problem:
When you hatch an egg in Tapping Torcher, it makes the page go blank Steps to reproduce the problem every time:
Get to 500 taps in my game
Hatch an egg in the shop (Aquatic Crate)
…
I expected this to happen:
Function Properly But instead this happened:
The screen went blank/white Screenshots/video: https://files.catbox.moe/16vkqo.MOV
We usually just investigate bugs whenever we can get around to it, depending on severity, and if we can reproduce it first. I can’t guarantee when we will take a look though.
The project can go to a white screen for several reasons — sometimes depending on memory usage (or if there is a Javascript error in the webplayer)
If you can get another version of the project with the extra code removed — and has just the code that leads up to the point of the project going blank — that would help with investigating faster. (This is what I would try and do too if I was investigating myself.) At the moment otherwise, I will have to wait until we can get more time to fix ongoing bugs, to investigate.
Thanks for posting it, it is a lot more reduced. I wasn’t able to get it to turn white for me on my devices at the moment.
I can’t look at it in depth right now, but can come back to it another time if we do bug fixes. Though I can see it’s interrupting your project, and I can understand it’s pretty frustrating.
The next step to try would be:
Keep removing blocks of code until it stops turning blank.
maybe try removing all the Save Input blocks from Purchase and see if it stops turning blank. Then we will know that it might be something to do with the Save Input blocks.
Oh that’s helpful to know — I wonder if it might be to do with changing scenes. We did a player update for the TestFlight beta testing, but all recent projects will have the new player.
In your first scene, can you change the “When game starts > Change Scene to SH - Shop” to “When device is tapped > Change Scene to SH Shop”?
This happened to me when I had advanced mode. The scene block and scenes are super buggy. When I used them certain this became unable to be tapped. I just learned not to use scenes.