# Contriling a movie clip from a movie clip

**URL:** https://forum.kirupa.com/t/contriling-a-movie-clip-from-a-movie-clip/52721
**Category:** Uncategorized
**Created:** [May 26, 2004, 7:37pm UTC](https://forum.kirupa.com/t/contriling-a-movie-clip-from-a-movie-clip/52721 "2004-05-26T19:37:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chymx2](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/chymx2/32/557_2.png) [@chymx2](https://forum.kirupa.com/u/chymx2)
#### Post date: [May 26, 2004, 7:37pm UTC](https://forum.kirupa.com/t/contriling-a-movie-clip-from-a-movie-clip/52721/1 "2004-05-26T19:37:32Z")

</div>

Hi =)

ok here is what I am doing and need help with.

on my main time line I have 2 movie clips. I have a movie clip that contains all my navigation that is avaibe at all times.

and on frame 15 I have a movieclip that is an empty container (called “container”)that has a external swf files being loaded into it (portfolio.swf)

in my navigation movieclip I have a button that reads  
on (release) {  
\_root.gotoAndStop(15);  
}

perfect! does exactly what I want it to, now…  
I have another button in the same navigation movieclip that I want to do the same thing but I want it to go to frame 2 of the portfolio.swf instead of starting at frame 1.

hope I have given enough info, thanks in advance
