# 3 scene and a preloader problem

**URL:** https://forum.kirupa.com/t/3-scene-and-a-preloader-problem/8311
**Category:** flash
**Created:** [November 18, 2002, 10:37am UTC](https://forum.kirupa.com/t/3-scene-and-a-preloader-problem/8311 "2002-11-18T10:37:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![theHollow](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/thehollow/32/106_2.png) [@theHollow](https://forum.kirupa.com/u/theHollow)
#### Post date: [November 18, 2002, 10:37am UTC](https://forum.kirupa.com/t/3-scene-and-a-preloader-problem/8311/1 "2002-11-18T10:37:20Z")

</div>

hi, i was wondering if someone could help me. i’m really stuck with this one. you see i have 3 scenes; 1 is the preloader, 1 is the main scene and the other is another scene with other info on it.

what i want to do, is, in the first scene i want the preloader to only load the second scene and not the third, and then i want to put a preloader at the end of the second scene to load the third scene. you follow.

is this possible. i hope so. can anybody help me out with this im in a dilly of a pickle.

thanks,  
brendan.

:asian:

---

<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: [November 19, 2002, 12:08pm UTC](https://forum.kirupa.com/t/3-scene-and-a-preloader-problem/8311/2 "2002-11-19T12:08:39Z")

</div>

try this, in your first preloader(I’m assuming you can already do a preloader) use if frameLoaded (the last frame of scene2). instead of using bytes or whatever. then in your second preloader use if frameLoaded(final frame of scene3).  
do you understand what I mean?

PS. the movie will continue to load while scene2 is being played so with any luck scene3 will be finished or nearly finished loading by the time you get to the second preloader.
