Scene freezes when reset game, reset scene or change scene

nakatinenakatine Member Posts: 16
edited November -1 in Working with GS (Mac)
Hi, I've got a problem with the reset behavior.
When I click on an actor, it has to reset game (I've tried "change scene" and "reset scene" but it's the same problem) but it doesn't work and my scene crashes.
Could you help me ?
Tks.

Comments

  • nakatinenakatine Member Posts: 16
    I've tried to destroy each actor before resetting game but it still freezes my game !
  • patm1982patm1982 Member Posts: 50
    did you find any solution? I'm having the same problem now when I test my game on the GS iphone viewer.
  • bsumpterbsumpter Member Posts: 9
    Same! I'll be watching this thread.
  • OkyshoOkysho Member Posts: 158
    I'm not sure if this helps, but I had a similar problem during the 9.0 update.

    To counter this, I actually created a whole new project file and copied everything into it... I don't know if this helps.
  • bsumpterbsumpter Member Posts: 9
    I fixed mine - it was a logic error on my part. I had a ResetLevel variable being passed from my pause screen, and the level screen caught that variable to reset the level. I unfortunately did not reset ResetLevel back to false after a reset, so it ended up in a loop. Resetting the variable fixed my issue.
Sign In or Register to comment.