flash AS Q [orbit]
flash AS Q [orbit]
Out of context: Reply #1
- Started
- Last post
- 1 Response
- ********0
right, I'm not enough of a mathsHero to give you the function you'll need... but I can give you the parts you'll need to make and a structure that should work..
what you want to do is have a function that plots the points on an ellipse (x and y coordinates)
now set up x amount of different movieClips... give each of them a setInterval to call the ellipse function and update their positions accordingly.
job done.
now you just need to find a mathematician ;)