logix
August 16th, 2002, 01:46 PM
All right then, right to it.......
I have a gear on stage which rotates using this script.....
//In frame one
r = 0;
//In frame two
setProperty("gear", _rotation,r);
r = r +1;
//In frame three
gotoAndPlay (2);
//Here is my question. I want to place a second gear on stage and have it
rotate counter clock-wise. If I wish to use the same script (this script makes
for smother rotation.) What modification do I need to make?
Thanks
Logix
I have a gear on stage which rotates using this script.....
//In frame one
r = 0;
//In frame two
setProperty("gear", _rotation,r);
r = r +1;
//In frame three
gotoAndPlay (2);
//Here is my question. I want to place a second gear on stage and have it
rotate counter clock-wise. If I wish to use the same script (this script makes
for smother rotation.) What modification do I need to make?
Thanks
Logix