- NEW!
Help answer this question below.
First draw your planet. Select it and press F8. Choose movie clip and click OK. Double click the planet. You are now in the movie clip time line. Make the planet do one orbit and SINGLE click anywhere off the planet. Open the script window and insert this code:
var i;
i++; // counts number of times movie clip has played
if (i >= <number>) {
stop(); // stops movie clip after <number> of repeats
}
What is setup/pedestal?
by Answerbag Staff on August 30th, 2010
| 1 person likes this
How do I convert DivX to VCD with freeware?
by Answerbag Staff on August 30th, 2010
| 1 person likes this
How do I burn a DVD to MPEG?
by Answerbag Staff on August 24th, 2010
| 1 person likes this
What is easiest way to resize W x H of a DivX to make smaller?
by Ibanezmb on December 26th, 2011
| 1 person likes this
How complicated is abstract structure concept in CS?
by AeroDistrictSpoiler on December 14th, 2011
| 1 person likes this
You're reading I am using Flash 8 to make a solar system. planets need to move at different speeds, but i don't want to have to insert so many keyframes for the fast moving planets. is there an actionscript that would let me repeat an orbit a given number of times?
Comments