PreloadingHelp

[CENTER][SIZE=5]Preloader[/SIZE]
[/CENTER]

I’m soon redy with my flash list to learn ounder this period:book:, and there it stands preloader, so I’ve done a preloader, but it don’t wont to work!!:frowning:
So I wonder if you cold help me, that will be wery nice.:goatee:

This is my code:

onClipEvent (enterFrame) {
    _width += _root.getBytesLoaded()/_root.getBytesTotal()*100;
}

but it is white then I se the preloder in one frame then I see the picture!
What should I do?

Thanks
Albert:yoshi:

I can barely understand your question, but from looking at your code you might want something like this??

onClipEvent(enterFrame) {
   _xscale = (_root.getBytesLoaded()/_root.getBytesTotal())*100;
}

Thanks.
But how should I do if I wont to just load one scene?

I wonder why this don’t work:

onClipEvent (enterFrame) {
    if (_root.getBytesLoaded()==_root.getBytesTotal()) {
        nextScene();
    }
}
[\CODE]
Thanks
Albert
_root.nextScene()