# Code problem, making Mc play

**URL:** https://forum.kirupa.com/t/code-problem-making-mc-play/122835
**Category:** Uncategorized
**Created:** [September 17, 2004, 2:20pm UTC](https://forum.kirupa.com/t/code-problem-making-mc-play/122835 "2004-09-17T14:20:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Davese](https://avatars.discourse-cdn.com/v4/letter/d/e19b73/32.png) [@Davese](https://forum.kirupa.com/u/Davese)
#### Post date: [September 17, 2004, 2:20pm UTC](https://forum.kirupa.com/t/code-problem-making-mc-play/122835/1 "2004-09-17T14:20:53Z")

</div>

Hi, im having problems executing correct action script. Im using movie clips and when using buttons under them everything works fine. Im putting the script in the maintimeline: code below:

e.g  
\_root.mainMenu.floor1\_btn.onRelease = function () {  
loadMovie (“comingsoon.swf” , “membersOnly”);  
};

Now what i want to do is when the timeline gets to say frame 200, ive an action waiting to play a movie clip (instance “liftMc”) but i can’t seem to get it to play?

i’ve tried writing a function as well as modifying the script above but i can never get it to play? hope someone can help please, i know this is basic stuff but i’ve been on it for hours. Beginners Eh!

cheers dave
