Continous playing of a movie clip when

help needed! how can i make my button work to tell target a movie clip to move each frame of its animation

I am not sure I understand? Do you mean something likeā€¦

on (release){
_root.yourClip.gotoAndPlay(frame#);
}

???