Control mc's

I have an fla. in it is an mc named “titlescene” within that title scene i have a controller panel to help the user navigate the movie. The controlelr panel includes:

pause
play
stop
skip backwards
skip forwards
close

the finished piece will be an exe file

i have close figured out, but what would my code be for the others. the controlelr seems to want to control the frames within the controller mc not the main "titlescene mc. i need some way of telling it to control a specified mc. help.

btw, the pause button will just stop the movie where it is. the play will play it from where it is. the stop will got to frame one and stop. the skip backward will skip 10 frames at a time and the same for the skip forwards.

thanks