Answered
Making _rotate rotate smoothly
I have this script:
on (release) {
mc1._rotation -=90;
}
it rotates the movieclip 1, but I want it to rotate smoothly (accelerate and then brake).
How can it be changed?
Rgds
on (release) {
mc1._rotation -=90;
}
it rotates the movieclip 1, but I want it to rotate smoothly (accelerate and then brake).
How can it be changed?
Rgds