Need to Convert to AS2 (Score Keeping tut)

I need to Convert this to AS2. I get a “NaN” when I publish to AS2 FP7. Works well in AS1 FP6. Please help!

on (release) {
_root.total = _root.total - 75;
}

on (release) {
_root.total = _root.total + 100;
}