quick flash rotate ??
quick flash rotate ??
Out of context: Reply #2
- Started
- Last post
- 10 Responses
- unfittoprint0
this.onEnterFrame(){
this.movieAng += (this.targetAng-this.movieAng)/n...
this._rotation = this.movieAng;
}change n for the desired rotation velocity (2 to 10 advisable)
just tell the movie the targetAng for the desired rotation...