Problem with movieclip and nextframe

forsta.onMouseDown = function(){
forsta.nextFrame();
}

andra.onMouseDown = function(){
andra.nextFrame();
}

if i klick on either of the movieclips both will do the nextFrame action.
but i only want the one i klick att do do that.
don’t know what im doing wrong.