Game over problem

Folks,

I have a little code that looks like this:


if (lifeCount == 0) {
    gotoAndStop("gameOver");
}

lifeCount tracks collisions with errors, and basically
keeps track of how many “lives” you have.

it works fine talking to the txt variable.

now I want this if statement to work…hmmmm?