Hello, I'm starting to learn to use AS2 to program a beat-em up game, but I have a few problems.
  • A few different MCs on my main character freeze on the first frame even though the code is the exact same as the other frames
  • _root.health variable doesn't go down when touching an enemy
  • The player can slide left and right while ducking
  • If the character is running and they attack, the player should do a sort of roll, but it just acts as if the roll doesn't exist and executes it's normal attack

Stick Fighter.fla
Controls:
Arrow Keys: Move/Duck
A: Punch
S: Kick
D: Super (still working on the explosion graphics :P)