Game gets stuck at 98%, and entering new scenes

I uploaded my game online (incomplete version) just to test things out with how it performs on other devices. On my end, it does not work with Edge, but works in Brave (chromium browser). Of the 3 friends I sent the game to, 2 of them were able to play using Edge, but the other one can’t get the game to work with Chrome.

From what I noticed, browsers who were able to play the game only have 1 error in the console:
123552950_743860549549360_182532605545072580_n

My friend who wasn’t able to play the game had this:

Both screenshots are from Microsoft Edge, one works and one doesn’t. I have no idea about interpreting error messages so I figured I’d ask here.


I also have a question regarding scenes.

Since the player is entering through the right side of the door, he should still be on the right side when the scene changes, but since my second scene starts with the player on the left side, he ends up there regardless of which side of the door he went into.

This also extends to going back to previous scenes. The first scene starts at the bottom part of the level. If we were go back to the first scene (from the second scene’s door), we’d be teleported back to the bottom of the level instead of emerging from the door. How would I go about implementing this? The idea I have in mind is creating identical scenes, such as a scene where the player starts on the right and a scene where he starts on the left. That or I’ll just avoid 2-wide doors.

1 Like

It seems you have something wrong or missing somewhere. Did you set up the properties and icons for the game?

For your door problem, you could use global variables to decide on which side the player should be.
For a previous scene, either you pause the scene and resume it, either you use another global variable to decide if the player should spawn at the top or bottom.

It seems your friends browser is outdated and is not supporting a feature used by the lighting layer, causing it to crash.