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