Hi, you need to use SPMovieClip.
Give the character several SPMovieClips, for example:
SPMovieClip *standingStill;
SPMovieClip *running;
SPMovieClip *jumping;
Then, when a character runs, hide (or remove) the old SPMovieClip, and show (and play) the relevant SPMovieClip.