Here’s my task:
I have a movieclip, say a shape of a star.
I want to program a feature that when I move across the stage - stars are added along the path of the motion.
The trick here is that I want the stars to be added without any gaps, no matter how fast I move.
So far I’ve been able to create a feature in which stars are added along the path, but the faster I move the mouse - the larger the gaps are between each new star. I want to avoid that and have a seamless continuation of stars.
Suggestions?