James Walsh II:I am missing some concept then. I was under the impression that since hp starts less then two it would iterate until it got to two then it would execute the rest of the code.
The keyword "break" forces execution out of the loop when it hits it. You need to call "break" only when the condition exists to exit the loop before it finishes. You don't have that currently.
Jim Perry - Microsoft XNA MVP
If people spent a minute
searching the forums and reading
the FAQs before posting I'd be out of a job.
Got some XNA Game Studio/XNA Framework development info to share with the community? Put it on the
XNA Wiki.
Please mark posts as Answers or Good Feedback when appropriate.