**Help** Problem with character in game!
![DoctorJohnston](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Yo everyone!
Im making a game where the player must navigate the knight to the top of the screen while avoiding sides/fire. Im making the player have to touch the different sides on the iphone to steer him. Each new level is another scene. For the first time the game is played l the knight sits on the bottom of the screen and the first time the player taps a side, the knight will initiate its moving. However, when you die and start a new game, or try to go to the second level, the knight starts on its own. This is a fast paced game so it usually causes the knight to die. ANY HELP?
Im making a game where the player must navigate the knight to the top of the screen while avoiding sides/fire. Im making the player have to touch the different sides on the iphone to steer him. Each new level is another scene. For the first time the game is played l the knight sits on the bottom of the screen and the first time the player taps a side, the knight will initiate its moving. However, when you die and start a new game, or try to go to the second level, the knight starts on its own. This is a fast paced game so it usually causes the knight to die. ANY HELP?
Comments
what i did was start off with game.start false, then when you touch either side of controls, it turns it on. When it hits the end bar, it turns it back off. which worked perfectly. I tried doing the same for when it hits the side or the fire, but for some reason it creates another knight. know what to do?