Bacizone
August 29th, 2003, 01:23 PM
Hi,
I am still quite new to AS. I'd like to rotate a circle (compass_mc) around its centerpoint slowly forth/back with +/- 45 degree...or better with random degree.
As file size is important, I can not solve it with MotionTween.
Up to this time I applied this code to the MC, which endlessly rotates it:
iranytu_mc.onEnterFrame = function(){
this._rotation+=1;
}
Do you have any idea how to apply that sort of random slow forth/back rotation to the circle with AS?
Many thanks,
Bacizone
I am still quite new to AS. I'd like to rotate a circle (compass_mc) around its centerpoint slowly forth/back with +/- 45 degree...or better with random degree.
As file size is important, I can not solve it with MotionTween.
Up to this time I applied this code to the MC, which endlessly rotates it:
iranytu_mc.onEnterFrame = function(){
this._rotation+=1;
}
Do you have any idea how to apply that sort of random slow forth/back rotation to the circle with AS?
Many thanks,
Bacizone