Flash 8 rotating image help!

Associate
Joined
28 Feb 2006
Posts
2,497
Location
Wimbledon
I am trying to get a 2D circle to rotate around it's centre point clockwise in Flash 8, does anybody know how I can go about doing this, using actionscript or other methods? Thanks.
 
I haven't done Flash for a long time, the last version i used was MX 2004, hopefully it should be something similar to my suggestion.

Make sure the object is a movie clip, give it an instance name then in the timeline where it's situated add this to the frame it's in:

Code:
movieclip._rotation+=5

Change "movieclip" to whatever you put in the instance name, and change the integer to a higher or lower number for different speeds.

Or alternatively you could look up motion tweens.
 
Back
Top Bottom