Ok I have question here before and it must have bamboozled everyone as no one had even an idea of how to go about this, so I will try am simplify it:
I have one MC of a circle that spins clockwise or counterclockwise depending upon the mous position, this is achieved using a startDrag function.
What I am trying to do is have a series of buttons that when pressed will stop the drap function and rotate the circle to a given point, for instance 90 degrees, 180 degrees, 270 degrees and 360 degrees. When the mouse is moved off the button th circle resumes its startDrag rotations.
In addition the following code is attached to the first frame of the movie:
startDrag(_root.nav1.dragControl, true);
stop();
fscommand("allowscale", "false");
I have attached asimplified FLA for any that think they can crack this one.
I am having a nightmare so could someone at least give me some suggestions.