View Single Post
Old
("Robby")
Guest
 
Status:
Posts: n/a
Default 04-15-2009, 12:49 PM

Quote:
Originally Posted by lanceA View Post
Hi Robby,
Part of writing code is developing an ability to find the problems in the code you wrote (debugging). To find your problem the first thing I did was 'disable' all of your Events. By doing this I am narrowing down where the problem code might be located. I then enabled each event, one by one, and tried to run the application. Eventually, when I enabled your Event:
While Fighter2.Condition Dead is true
and I played the application I received the error message you reported. Therefore the error 'appears' to be caused by your code in the function Fighter2.Condition Dead. Take a look in that function and see if you can locate your problem.

Good luck and let us know if you need additional assistance.


Ok I new it was the condition thing but I looked at it over like 30 times and I can't find the error.
   
Reply With Quote