I am developing a pacman game to test my skills and stuck at one place:
I want to use only one movieclip of pacman and doing all the work on it through script, Its face is toward right. As I press the key down it looks down I have done this with the help of _rotation property of movieclip
pacman._rotation = 90;
but when I want pacman to look right by pressing right arrow key with the help of _rotation property, pacman do look at right but its eyes are down, and this is what I don't want
just want to flip from its right postion face to left postion face ( Flip horizontal ) as it is possible through the menu but I am unable to do it with actionscript.