# Control mc's

**URL:** https://forum.kirupa.com/t/control-mcs/156004
**Category:** Uncategorized
**Created:** [July 21, 2005, 8:29pm UTC](https://forum.kirupa.com/t/control-mcs/156004 "2005-07-21T20:29:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![beamond](https://avatars.discourse-cdn.com/v4/letter/b/e47774/32.png) [@beamond](https://forum.kirupa.com/u/beamond)
#### Post date: [July 21, 2005, 8:29pm UTC](https://forum.kirupa.com/t/control-mcs/156004/1 "2005-07-21T20:29:26Z")

</div>

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
