avatar for gardengnomes
gardengnomes May 21, 2010 2:09pm

I got the health to go down, but now when it goes back to attack selection, it resets.

avatar for chaos548
chaos548 May 21, 2010 4:28pm

Post your codes here and i’ll take a look whats wrong.

avatar for chaos548
chaos548 May 21, 2010 4:30pm

Post it like this

<pre> [codes] </pre>

avatar for gardengnomes
gardengnomes May 30, 2010 3:01pm
[var Good = 100;

var Bad = 50;

var Mp = 100;

stop();

if (root.good<=0) {

gotoAndStop(“lose”);

}

if (
root.bad<=0) {

gotoAndStop(“win”)

}

_root.Bad = _root.Bad-random(5666)…show more
avatar for gardengnomes
gardengnomes May 30, 2010 3:02pm

Without that “[” at the top.

Also, sorry for the delay, I forgot about checking here again and all that stuff.