by skydereign » Fri Dec 23, 2011 2:03 am
This is why you need to understand what the other person is suggesting. If you can't understand what the person is suggesting, or why it should fix your problem, then you won't be able to debug it. But, with things like this, it is much harder for us to figure out what you aren't doing correctly than it would be for you. All the fix is is to create a variable, and use it properly (in your case reduce it by one and also to display it). I believe you have the capacity to figure that out. The error that you were experiencing was due to you declaring a duplicate variable, all you would have to do is remove one of the two decelerations. And, then you have your variable, and can use it properly.