Reset Level vs. Reset Game
JoeMeister
Member Posts: 602
Happy New Year to all of you.
Working on my new game right now and experiencing this problem.
If I choose to reset level after testing my game, no matter what level I go back to, everything
goes wrong. Characters fly of the screen, actors you are only have to touch once now have to be touched twice in order to function and so on.
But if I select reset Game everything works fine.
I am worried about this since I probably want the user to allow to select or replay a level later on.
Any suggestions.
Working on my new game right now and experiencing this problem.
If I choose to reset level after testing my game, no matter what level I go back to, everything
goes wrong. Characters fly of the screen, actors you are only have to touch once now have to be touched twice in order to function and so on.
But if I select reset Game everything works fine.
I am worried about this since I probably want the user to allow to select or replay a level later on.
Any suggestions.
Comments
Darren.
Then when the scene is reset you need to do change attribute self.Position.X to StartX
Darren.