# Play certain bit in a movie clip

**URL:** https://forum.kirupa.com/t/play-certain-bit-in-a-movie-clip/133516
**Category:** Uncategorized
**Created:** [January 9, 2005, 12:58pm UTC](https://forum.kirupa.com/t/play-certain-bit-in-a-movie-clip/133516 "2005-01-09T12:58:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ObjectionTango](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/objectiontango/32/984_2.png) [@ObjectionTango](https://forum.kirupa.com/u/ObjectionTango)
#### Post date: [January 9, 2005, 12:58pm UTC](https://forum.kirupa.com/t/play-certain-bit-in-a-movie-clip/133516/1 "2005-01-09T12:58:36Z")

</div>

Hi, i have a movie clip with several different animated parts in the movie clips timeline. I’ve given them all frame labels. I want to tell a different movie clip (on the main timeline) to play a certain part within the other movie clip(also on the main timeline) when someone has clicked it.

I’ve done a hit test, but im not sure how to tell the movie clip to pay the specific point. What i have down is

\_root.movieclipname.play(framelabel);

Which isnt working :S So whats wrong with that line oO.
