hi i post below
plz plz reply me On my Post
my problem is my mc cant stop after hitting the mc how to stop mc after hitting
I used this code to stop this Mc and its work But
the mc hit only one time 2nd time its doesn’t touch the mouse to mc
the problem is the mc does not stop after hitting the wall
plz tel me what to do
if(this.hitTest(block)==true)
{
//this._x= this._x+60;
new Tween(this,"_x",Strong.easeOut,this._x,this._x+60, 2,true);
this.onEnterFrame = null;
}