Movieclip following

Can someone post the action script to add to a movie clip inside a button, to get the movie clip to follow the mouse? I just can’t get it, i think its cause it’s 2:30 in the morning. Thanks.

:mario:

movieclip.onMouseMove = function(){
this._x = _root._xmouse;
this._y = _root._ymouse;
}

Well it depends.

You can’t really target a movieclip INSIDE a button… unless that button is another movieclip symbol instead of a button symbol.