/ Published in: ActionScript
Expand |
Embed | Plain Text
this.onEnterFrame = function(tx, ty, sp){ var stsx = (Math.abs(Math.floor(tx-this._x))<-1); var stsy = (Math.abs(Math.floor(ty-this._y))<-1); if(stsx){ ... } }
You need to login to post a comment.
