Well, I've come to working a bit more on the player animation, and as usual I've made the animation for one direction only. Natrually, my first impulse is to just horizontally flip the sprite when it needs to face the other direction. However, from what I've seen, it doesn't look like AS has any sort of "movieClip.flip" function or anything similar. I've tried duplicating all the frames and flipping them individually to get some animation for the other direction, but for some reason it's unaligning them on the X axis which makes the animation look weird.
So yeah, my question is, is there any easy way to flip a Movie Clip in AS?