Change Scene not working

In my game I have a tree at the end so when you reach it you beat the level. I set it so it pauses the game so the reset function would also work. I have a button that says next level and is supposed to go to next scene but instead goes to the first scene. It does this on every level and when I change it from next scene to a specific scene it works properly. Any help would be appreciated.
Thanks

Answers

  • sysadssysads Member Posts: 146

    Any screenshots on how it is when not working and probably include when working

  • GrolarbearGrolarbear Member Posts: 50

    UPDATE: I manages to fix the issue by making it so when the actor collided with the tree it would pause the game and the next level would set an attribute to true that would un pause the game and go to the next scene. NOW when I go to the next level my character doesn't collide with any actors or the tree except to lose points. Not sure if random glitch or problem with code

Sign In or Register to comment.