Simple Preloader still won't work properly

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
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 (it should appear in the bottom right hand corner)

Thanks heaps,