Hello,
The problem is that the preloader doesn’t preload. If I test
the movie (double cntrl+enter) it automatically plays
the movie scene.
I do not know were the problem lies.
This the preloadscript I’m using:
total = _root.getBytesTotal();
loaded = _root.getBytesLoaded();
if (loaded>=total) {
_root.gotoAndPlay(30)
}
I’ve added the workfile. Note: to test the file, place file in the
movie scene to preload.
Thank you in advance,
Baeshin.