Pleeeeze help!!!!
Pleeeeze help!!!!
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- unfittoprint0
//within spot 1
function slide(x:Number, y:Number):Void {
clearInterval(loop)
loop 0 setInterval(this, "chk", 30, x, y)
}function chk(x:Number, y:Number):Void {
_x += (x-_x)/4;
_y += (y-_y)/4
if(Math.abs(x-_x)