# Can you delay something from loading?

**URL:** https://forum.kirupa.com/t/can-you-delay-something-from-loading/26269
**Category:** Uncategorized
**Created:** [July 21, 2003, 5:03pm UTC](https://forum.kirupa.com/t/can-you-delay-something-from-loading/26269 "2003-07-21T17:03:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mikol27](https://avatars.discourse-cdn.com/v4/letter/m/e99b99/32.png) [@Mikol27](https://forum.kirupa.com/u/Mikol27)
#### Post date: [July 21, 2003, 5:03pm UTC](https://forum.kirupa.com/t/can-you-delay-something-from-loading/26269/1 "2003-07-21T17:03:35Z")

</div>

I am trying to set up this movie so that my hall\_picture clip finishes playing the “open” part of it before the test.swf gets loaded into the hall\_holder movie clip…can this be done?

on (press) {  
tellTarget (“hall\_picture”) {  
gotoAndPlay(“open”);  
}  
}  
on (release) {  
\_root.hall\_holder.loadMovie(“test.swf”);  
}

Thanks,  
-M

---

<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: [July 21, 2003, 5:24pm UTC](https://forum.kirupa.com/t/can-you-delay-something-from-loading/26269/2 "2003-07-21T17:24:11Z")

</div>

wait, you don’t want it to load before then, or you dont want it to play before then?

---

<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: [July 21, 2003, 6:12pm UTC](https://forum.kirupa.com/t/can-you-delay-something-from-loading/26269/3 "2003-07-21T18:12:18Z")

</div>

Sorry, let me try to clarify.

In my first clip I have labels on “open” and “close”,

when a button is pressed, the telltarget plays the “open” and changes the alpha properties on my “movie holder” to 100%.

I guess I am wanting a way so the second part doesn’t happen until the “open” part of the first movie is done.  
So that my movie holder isn’t available or seen until the the picture frame is open to display the movie.

any better at making sense?
