Posted: Sun Jun 13, 2010 9:01 pm Post subject: Re: RE:Multiple Problems in my game I cant solve
Monduman11 @ Sun Jun 13, 2010 8:48 pm wrote:
i know i got past the ww2 question its the soccer or football one that doest work
the game does that sometimes, it says the write answers are wrong for some reason..
Sponsor Sponsor
Monduman11
Posted: Sun Jun 13, 2010 9:05 pm Post subject: Re: RE:Multiple Problems in my game I cant solve
mains50 @ Sun Jun 13, 2010 9:01 pm wrote:
Monduman11 @ Sun Jun 13, 2010 8:48 pm wrote:
i know i got past the ww2 question its the soccer or football one that doest work
the game does that sometimes, it says the write answers are wrong for some reason..
oh well thats a bug you have to fix then cause i tried all of the answers at least 4 times and it still said that their wrong
mains50
Posted: Sun Jun 13, 2010 11:43 pm Post subject: Re: RE:Multiple Problems in my game I cant solve
Monduman11 @ Sun Jun 13, 2010 9:05 pm wrote:
mains50 @ Sun Jun 13, 2010 9:01 pm wrote:
Monduman11 @ Sun Jun 13, 2010 8:48 pm wrote:
i know i got past the ww2 question its the soccer or football one that doest work
the game does that sometimes, it says the write answers are wrong for some reason..
oh well thats a bug you have to fix then cause i tried all of the answers at least 4 times and it still said that their wrong
the problem is i cant find the bug
Cezna
Posted: Mon Jun 14, 2010 5:25 am Post subject: RE:Multiple Problems in my game I cant solve
While you are running the program, try putting in a break statement, and then use put to output the value of any variables involved.
break will stop the program, and the put statements will allow you to see what your variables are doing, which may give you some insight into what the problem is.
Another thing you might try is clicking pause to see what the program is doing at any given time, and then you can just click resume to continue.