Sniping game

I am making a sniping game, and need to know how to make a guy who is walking across the screen stop walking and fall down when clicked on. Do I need to use a tween? How would I create this?

you could set up your “guy” movie clip with 2 different frames, frame 1 containing a movie clip that contains the guys walking animation, frame 2 containing his “dying” animation…you would use an guy.onPress() event to trigger the guy movie clip to go from frame 1 to frame 2 using a guy.gotoAndStop(2) ;