Specific frames in a movie clip

hi, is it possible to do the following algorithm in flash mx?

when a movie clip is at its 107th frame, do this
{
_root.anotherMovieClip.play();
}