Movieclip.onRelease = function() without onReleasing

mc.onRelease = function(){
//Do something
}

I have this function on “mc”.
And I would like to call the function on ''mc" without clicking on “mc”,

How can I create the state where this “mc” is being pressed by script on a frame or another button?