# Pre Loader troubles. Please help!

**URL:** https://forum.kirupa.com/t/pre-loader-troubles-please-help/92735
**Category:** Uncategorized
**Created:** [October 21, 2003, 6:17am UTC](https://forum.kirupa.com/t/pre-loader-troubles-please-help/92735 "2003-10-21T06:17:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ColdBeans](https://avatars.discourse-cdn.com/v4/letter/c/edb3f5/32.png) [@ColdBeans](https://forum.kirupa.com/u/ColdBeans)
#### Post date: [October 21, 2003, 6:17am UTC](https://forum.kirupa.com/t/pre-loader-troubles-please-help/92735/1 "2003-10-21T06:17:55Z")

</div>

I’ve got a three scene movie, with the first scene dedicated to the pre loader and the rest of the scenes are parts one and two of the movie. For the pre loader I have a movie clip of a little character running in place while it says loading below and it’s just two layers, one frame. I want it to play that movie clip until the whole movie (all 3 scenes) are loaded, then I want it to go to the first frame of scene 3. My script looks like this:

if (\_framesloaded\>=\_totalframes) {  
gotoAndPlay(“scene 3”, 1);  
} else {  
stop();  
}

I checked for syntax error, but nothing came up. It just skips straight over the preloader and into the unloaded movie. I know Im messing it up. Can someone please help me?! Thank you so much!
