# Simple Preloader still won't work properly

**URL:** https://forum.kirupa.com/t/simple-preloader-still-wont-work-properly/70509
**Category:** flash
**Created:** [November 14, 2004, 11:28pm UTC](https://forum.kirupa.com/t/simple-preloader-still-wont-work-properly/70509 "2004-11-14T23:28:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![trafffic](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/trafffic/32/663_2.png) [@trafffic](https://forum.kirupa.com/u/trafffic)
#### Post date: [November 14, 2004, 11:28pm UTC](https://forum.kirupa.com/t/simple-preloader-still-wont-work-properly/70509/1 "2004-11-14T23:28:54Z")

</div>

maybe it’s me that isn’t working properly.

I think that everything is set up properly:

- I have 2 scenes; Preload & Folio
- On Frame 1 of Preload I have the AS

```auto
if (_framesloaded>=_totalframes) {
	gotoAndPlay("Folio", 1);
} else {
	gotoAndPlay("Preload", 1);
}

```

Does not work though! Is there something else to check/change? Works for a few frames, then goes to Frame 1 of Folio before it should.

You can see it not working [HERE](http://www.trafffic.com/branding-folio.swf) (it should appear in the bottom right hand corner)

Thanks heaps,
