Background: Wheel on screen - starts turning with mouse click - automatic increase in speed during rotation.
The Action Code: r:+b
r is the variable representing degrees of circle
b is the variable used to speed up rotation of the wheel
The first mouse click on screen begins the wheel turning (b=.1). Everything is automated after that.
During rotation (clockwise) b is incremented .01 approximately 180 times so at the end of the first 360 degrees of rotation b equals about 1.8.
This goes on and on but when b equals about 61 the incrementing stops or at least the readout of b stops. The wheel keeps turning at the high rate of speed reached but appears almost to stand still but you know its still rotating by the slight wobble and the readout of r and turns (the variable to keep track of how many total revolutions).
It's quite a hoot to watch but when spin reaches 3minutes:15seconds variable b absolutely locks up at 61.0017624 even though the wheel keeps spinning as though nothing happened.
Can anyone shed some light on this code behavior?
The Action Code: r:+b
r is the variable representing degrees of circle
b is the variable used to speed up rotation of the wheel
The first mouse click on screen begins the wheel turning (b=.1). Everything is automated after that.
During rotation (clockwise) b is incremented .01 approximately 180 times so at the end of the first 360 degrees of rotation b equals about 1.8.
This goes on and on but when b equals about 61 the incrementing stops or at least the readout of b stops. The wheel keeps turning at the high rate of speed reached but appears almost to stand still but you know its still rotating by the slight wobble and the readout of r and turns (the variable to keep track of how many total revolutions).
It's quite a hoot to watch but when spin reaches 3minutes:15seconds variable b absolutely locks up at 61.0017624 even though the wheel keeps spinning as though nothing happened.
Can anyone shed some light on this code behavior?