# Preloader problem

**URL:** https://forum.kirupa.com/t/preloader-problem/4571
**Category:** Uncategorized
**Created:** [August 13, 2002, 3:57pm UTC](https://forum.kirupa.com/t/preloader-problem/4571 "2002-08-13T15:57:04Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![gsdesigns](https://avatars.discourse-cdn.com/v4/letter/g/9d8465/32.png) [@gsdesigns](https://forum.kirupa.com/u/gsdesigns)
#### Post date: [August 13, 2002, 3:57pm UTC](https://forum.kirupa.com/t/preloader-problem/4571/1 "2002-08-13T15:57:04Z")

</div>

I am having a problem with a preloader scene. My movie is quite large, 1364 frames. The preloader is a little 40 frame animation.

In the first frame of preloader I have following actionscript:

ifFrameLoaded (“Scene 2”, 1364) {  
gotoAndPlay(“Scene 2”, 1);  
}

On the 40th frame I have:

gotoAndPlay(“preloader”, 1);

The main video is contained in Scene 2, yet when I go and test it, it only plays the 40 frames of the preloader and stops.

I have a stop(); on one of the layers on frame 40 of the preloader because I want it to loop until the 1364th frame of the main Scene 2 is loaded. I have tried many things to get this to work, but it is stubborn and wont go. Would greatly appreciate opinions.

---

<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: [August 13, 2002, 4:33pm UTC](https://forum.kirupa.com/t/preloader-problem/4571/2 "2002-08-13T16:33:34Z")

</div>

…  
try deleting them stop() actions… or maybe you have to add “\_root” sumwhere like:

\_root.gotoAndStop("preloade…

try it out… 🙂

---

<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: [August 17, 2002, 1:27am UTC](https://forum.kirupa.com/t/preloader-problem/4571/3 "2002-08-17T01:27:18Z")

</div>

Have you tried using the “3 frame perloader”?

I involves using only 3 frames, and a little actionscript. Any animation should work with it.

Just ask if you need to know more info.

---

<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: [August 17, 2002, 5:16am UTC](https://forum.kirupa.com/t/preloader-problem/4571/4 "2002-08-17T05:16:58Z")

</div>

> I have a stop(); on one of the layers on frame 40 of the preloader because I want it to loop until the 1364th frame of the main Scene 2 is loaded. I have tried many things to get this to work, but it is stubborn and wont go. Would greatly appreciate opinions.

I would take that out for sure. a stop action will not allow you to loop. It should be

gotoAndPlay(1);

that will cause the play head to loop back to the first frame of scene 1 and start playing again from there.

If you would like a copy of my preloader to look at, just leave your email address and I’ll send it over with instructions.

---

<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: [August 18, 2002, 3:50pm UTC](https://forum.kirupa.com/t/preloader-problem/4571/5 "2002-08-18T15:50:18Z")

</div>

I would like a copy of your preloader please…

email address is -

[daveeed1@ntlworld.com](mailto:daveeed1@ntlworld.com)

---

<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: [August 21, 2002, 11:12pm UTC](https://forum.kirupa.com/t/preloader-problem/4571/6 "2002-08-21T23:12:32Z")

</div>

yes yes me too please

[thenobody00@hotmail.com](mailto:thenobody00@hotmail.com)

---

<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: [August 21, 2002, 11:16pm UTC](https://forum.kirupa.com/t/preloader-problem/4571/7 "2002-08-21T23:16:31Z")

</div>

Yes I would greatly appreciate a copy of the preloader.

[stocktongary@yahoo.com](mailto:stocktongary@yahoo.com)

Thanks!

---

<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: [August 21, 2002, 11:35pm UTC](https://forum.kirupa.com/t/preloader-problem/4571/8 "2002-08-21T23:35:10Z")

</div>

You might as well just throw the link on the forum cause I want to look at it too, can’t ever see too many preloader scripts huh?

---

<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: [August 22, 2002, 5:11am UTC](https://forum.kirupa.com/t/preloader-problem/4571/9 "2002-08-22T05:11:09Z")

</div>

Sorry guys. I forgot about this thread. Thanks for reviving it Dan.

I’ll upload a zip tomarrow and post the link here.

---

<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: [August 23, 2002, 10:12pm UTC](https://forum.kirupa.com/t/preloader-problem/4571/10 "2002-08-23T22:12:18Z")

</div>

Hello once again! Sorry I keep leaving for a while, but hey…

Anyway, two things:

1. The preloader that I have promised you is available, look below
2. You have it coded wrong

Could you send the script or file to me, or post it here? THanks

If you need more help, or want the preloader, check out my new thread called “the long awaited preloader”, it has an example.

[email](mailto:hntr4@powercom.net)
