09create a movieclip and write two functions in it, one to respond to mouse press events, and one for mouse release events.
have the press event handler change the opacity of the movie clip and jump to a new image on a new frame. have the release handler reset the opacity and jump back to the original image.
add event listeners for the two functions so your movieclip resonds to the mouse press and release events