Featured FLA
» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe
Featured Site
» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash
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");
}