MovieClips that act like buttons

Awhile ago i thought that I had come across some AS code that made it possable to treat MovieClips like buttons. (ie. being able to say somthing like:

[COLOR=Sienna]on(release){
_this._xscale = 400;
}[/COLOR]

thanks for any help!