Hi, Experts
I really need to do following animation:
Arrows moving on some path (to be determined by a function). Let's this path to be circle. I want several arrows (number of arrows must be determined dynamically so that arrows cover whole circle) to move on the circle and their speed to be controllable (all arrows will have same speed).
But my knowledge in Flash is very-very little (I'm familiar with Java/C++ and other Computer Science stuffs, so you can give your advices accordingly).
What I was able to achieve after 3 days of effort:
Just one arrow moving along the circle. I've tried every possiblity (I saw), but still no success.
This problem should be straigthforward for flash gurus, could someone please advice how to solve this. Any kind of help is appreciated. Most probably I'm calling "attachMovieClip" in wrong place.