bleutuna
June 9th, 2003, 01:40 AM
the file: http://www.mariomilitia.com/sg_main_movie_preloader.fla
Though it *should* go to the second frame, it doesn't, and I can't figure out why. It just sits on the preloader, refusing to go forward.
The script for the preloader is on the MASK, but it's also written below:
onClipEvent (enterFrame) {
bytesLoaded = _root.getBytesLoaded();
totalSize = _root.getBytesTotal();
_root.percentLoaded = (bytesLoaded/totalSize)*100
_yscale = _root.percentLoaded
if (bytesLoaded == totalSize) {
this.gotoAndStop(2);
}
}
Anyone have any ideas?
:pope:
Though it *should* go to the second frame, it doesn't, and I can't figure out why. It just sits on the preloader, refusing to go forward.
The script for the preloader is on the MASK, but it's also written below:
onClipEvent (enterFrame) {
bytesLoaded = _root.getBytesLoaded();
totalSize = _root.getBytesTotal();
_root.percentLoaded = (bytesLoaded/totalSize)*100
_yscale = _root.percentLoaded
if (bytesLoaded == totalSize) {
this.gotoAndStop(2);
}
}
Anyone have any ideas?
:pope: