Answered
Need help unrotating a Movie Clip
So in actionscript 3.0 I have a movie clip. I add an
enter_frame function to the stage.
Inside of the enter_frame function I call a rotate on the movie clip.
movie_clip_mc.rotate += 45;
When I leave the enter_frame function I want to do something that will make sure that the movie clip is back to where it was before the rotation was called on it.
What happens is it ends up turned an extra turn and I want it to stop right side up...
any suggestions?
Inside of the enter_frame function I call a rotate on the movie clip.
movie_clip_mc.rotate += 45;
When I leave the enter_frame function I want to do something that will make sure that the movie clip is back to where it was before the rotation was called on it.
What happens is it ends up turned an extra turn and I want it to stop right side up...
any suggestions?