Navarone
10-15-2003, 04:04 PM
I am trying to get my movie clip to go from point "a" to point "b", but I am not having any luck.
cd.onEnterFrame = function (){
this._rotation -=30; //sets the rotation of the movie clip
if (this._x<100) {
this._x -=20;
}
}
cd.onEnterFrame = function (){
this._rotation -=30; //sets the rotation of the movie clip
if (this._x<100) {
this._x -=20;
}
}