Help with onPress!

AS2:


// [COLOR=black]this = movieclip, because the code is inside the mc[/COLOR]
this.onPress = function() {
 pressing = true;
};
this.onRelease = this.onReleaseOutside=function () {
 pressing = false;
};

How will this look in AS3? Please help! I can’t figure it out. :look: