Now back in the key frame where you drew your guys standing still and not attacking (frame 2) make to buttons.
a heal button
and a attack button
Put this script on the heal button
on (release) {
_root.good +=random(15);
}
on (release) {
gotoAndPlay("badatk");
}