Migrating from AS1.0 to 2.0

How would I convert this statement:


MovieClip.prototype.move = function (racingTrack) {
//
}

to the AS2.0 equivalent?