Flash tutorial : Turn-based game part 1 : Basics
READ DESCRIPTION __________________________________ As a part of Dredd-Productions
I’m proud to share my knowledge Subscribe for the part 2 which includes magic attacks, dual enemy, the use of mp, ENJOY !!

Use your microphone!
it does work but its not the best method. its best to have all the animations in the character and set it to play them. this way you can add more enemies and make it neater
This is terrible.
There is no tutorial 2
i named it health not good
if you kno it all then y watch it?
I dont like this tutorial.
Its soo complicated yoo?
Animation showing damaging of enemy
_root.bad = _root.bad-random(50);
Animation showing damaging of enemy
_root.good = _root.good-random(20);
Almost forgot to make a button for
attack
on (release) {
gotoAndPlay(“attack”);
}
ADD THESE ACTIONSCRIPTS ON:
1st keyframe
good = 100;
bad = 50;
mp = 100;