flash mouse easing
flash mouse easing
Out of context: Reply #18
- Started
- Last post
- 20 Responses
- londonBoy0
Use this onClipEvent on the movieclip that follows:
onClipEvent (enterFrame) {
this._x += ((_xmouse-this._x)+(this._x))/6;
}
Use this onClipEvent on the movieclip that follows:
onClipEvent (enterFrame) {
this._x += ((_xmouse-this._x)+(this._x))/6;
}