delay between 3 frames in an animation

Hi,

I have a simple animation with 3 frames. I have 5 different objects with similar animations. Now on one screen i would like to animate all of them. Since they were only 3 frames, i went with using movieclip, but it does not support delay between the frames. so i end up calling these in a loop with a delay. somehow it i snot working as expected.

before i post the code, is spritesheet or transition a better way to do something like this? how do you animate all these objects together at the same time?

regards [import]uid: 55009 topic_id: 12008 reply_id: 312008[/import]

It’s a matter of opinion about what’s better but yes, personally I would use spritesheets. You then have full control over the delay and can play them all, or some, or one - easily :slight_smile:

Peach [import]uid: 52491 topic_id: 12008 reply_id: 44017[/import]