actionscript help please!
actionscript help please!
Out of context: Reply #3
- Started
- Last post
- 10 Responses
- frankbb0
if ((Math.round(this._x)>left) and (Math.round(this._x)<right)) {
this._x = whereX
gotoAndStop(frame);
} else {
this._x += (whereX-this._x)/advance;
}this works for me...