i have a movie clip symbol on the stage

i have set up a "CLICK" event listener. in the function it says
Code:
MC.play();
how can i make it stop after playing once? WHY IS THIS SO HARD!

i tried putting a stop(); inside the movie clips last frame but that did nothing

i wish flash had a MC.playThenStop(); function!