I have been trying to build a point and click game, which is heavy on graphics. (lots of HD pictures, 1920x1080)
I have 4 scenes so far, each runs fine, however, if I test the whole game, scene 1-3 run ok, but it always crashes on entering scene 4.
If I change setting from 4x scale to 1x scale, then all 4 scenes run as normal, no more crashing, but with terrible resolution of course.
Why is this happening? I believe it is not some code error, it's like the game hits some kind of limit, like RAM? or something else?
I have already tried cleaning the game but nothing changed.
I usually test the game in Windows mode, I tried Flash mode as well but was given an "maximum string reached" error.
Please help.