Hi guys, i am facing an strange problem <img src="smileys/smiley19.gif" border="0" align="middle" /> in my game i have a bike which i created by the help of this tutorial scirra.com/tutorials/240/physical-bike/page-1
I have added some extra features to the game.
Ex : When user activated the power watch enemy movement will be slow down for 5 seconds.Below is the steps i have used.
<img src="http://i60.tinypic.com/sdo4es.png" border="0" />
This is my events to move the bicycle.
<img src="http://i58.tinypic.com/fky712.png" border="0" />
My problem is when user selects the power watch ,
1. if the bicycle is moving at that time i cannot stop the bicycle though i pressed the left arrow key. it moves forward untill game ends.
2. if the bicycle is not moving at that time i cannot move the bicycle though i pressed the right arrow key.
Need help guys <img src="smileys/smiley1.gif" border="0" align="middle" /> i cannot find where i went wrong..Thank you...