onLoad () { friction = .25; } onEnterFrame(includingFirstFrame) { this._X += (_parent.overFollower._X - this._X) * friction; }