Guys I need to rotate a movie clip on its on axis so it doesnt move around but I cant get it to work. Please see my code below… I am using tweener engine for this task.
import caurina.transitions.Tweener;
Tweener.addTween(mc, {rotation:360, time:3, transition:“easeIn”, delay:2});