How to Detect if a movieClip has finished playing?

I want to play another movieclip once my first movieclip finishes playing… [import]uid: 69204 topic_id: 27061 reply_id: 327061[/import]

somebody any idea how to get this thing done?

I want to play a animation when my game starts[movieclip] and when that animation finishes I want to display my menu screen… Any idea how can I do this? [import]uid: 69204 topic_id: 27061 reply_id: 110079[/import]

I would recommend using the sprite library instead of movieclips. The sprite library gives you more control over the animation, offers a listener so you can check when the animation has finished playing and saves more memory.

http://developer.anscamobile.com/reference/index/sprite

[import]uid: 84637 topic_id: 27061 reply_id: 110296[/import]