Is there an easy way to animate multiple movieclips without using a lot of functions and setInterval??
I want an animation to start and before it’s finished another one starts, right now I’m using a ton of functions and setInterval but I’m sure there’s a cleaner more efficient way to achieve this.
can anyone please enlighten me?