I have made a rotate button using the "Rotate to Drag" script from the
library palette in Director. I have modified the script so that the
angle of the rotation is displayed on stage in a text member. So far
it is OK. Now I want the script to count without any limit as the
button rotates. As it is now when you rotate the button clockwise it
goes up to 360 degrees, and then it starts at 0 again. I would like it
to keep counting. So that it counts to 361 instead of 0, and so on. If
for instance I stop rotating the button when the counter is at 800 and
start rotating counter clockwise the counter should decrease to 799
and down for as long as I rotate that way. The big problem is to make
the counter go past 360 to 361 and keep increasing up to 720, where
you get a new problem, and so on. If the button was just to be rotated
one way, it was a fairly easy job, but I have big problems getting the
counter to work past the critical numbers when I can turn the button
both ways. Can anyone help he?