# loadAMovie level gotoAndPlay question

**URL:** https://forum.kirupa.com/t/loadamovie-level-gotoandplay-question/9439
**Category:** flash
**Created:** [December 11, 2002, 9:00pm UTC](https://forum.kirupa.com/t/loadamovie-level-gotoandplay-question/9439 "2002-12-11T21:00:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![6sl](https://avatars.discourse-cdn.com/v4/letter/6/c0e974/32.png) [@6sl](https://forum.kirupa.com/u/6sl)
#### Post date: [December 11, 2002, 9:00pm UTC](https://forum.kirupa.com/t/loadamovie-level-gotoandplay-question/9439/1 "2002-12-11T21:00:51Z")

</div>

hello all … this is my first post :asian:

a bit of info which may or may not affect the situation:

I have 3 movies

the main movie WELCOME.swf loads another movie LINKS.swf which is the one that calls the 3rd movie DESCRIBE.swf with a button.

in LINKS.swf on the message button :

on (rollOver) {  
\_level0.createEmptyMovieClip(“holder3”, 3);  
\_level0.holder3.loadMovie(“DESCRIBE.swf”); // load the movie DESCRIBE.swf into the clip holder3  
\_level0.holder3.gotoAndPlay(“message”); // play the mesage framelabel in the loaded movie  
\_level0.holder3.\_x = 0;  
\_level0.holder3.\_y = 200;  
\_level0.holder3.\_xscale = 100;  
\_level0.holder3.\_yscale = 100;  
}

still will not play the frame labeled “message” in DESCRIBE.swf , rather, it’s starts at the beginning of DESCRIBE.swf which is about 20 frames back and stops at the first stop() action on the timeline… am I making any sense here

this is driving me batty … thanks in advance guys

happy holidays \<:}

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 11, 2002, 9:09pm UTC](https://forum.kirupa.com/t/loadamovie-level-gotoandplay-question/9439/2 "2002-12-11T21:09:31Z")

</div>

Could you post a zip file with the fla for the link.swf and the describe.swf by itself so I can play with it? Maybe I or someone here can fix it for you. =)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 11, 2002, 9:20pm UTC](https://forum.kirupa.com/t/loadamovie-level-gotoandplay-question/9439/3 "2002-12-11T21:20:53Z")

</div>

I sent the wrong file but have corrected that  
thank you kindly … maybe you will help me save the littlehair I have left 🙂  
cheers

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 11, 2002, 9:36pm UTC](https://forum.kirupa.com/t/loadamovie-level-gotoandplay-question/9439/4 "2002-12-11T21:36:08Z")

</div>

apologize for sending the wrong file … the attachment is fixed now
