home *** CD-ROM | disk | FTP | other *** search
- mTimeStamp = mTimeStamp != undefined ? mTimeStamp : getTimer();
- _Intro._Loader.gotoAndStop(int(this.getBytesLoaded() / this.getBytesTotal() * 100) + 1);
- if(this.getBytesTotal() == this.getBytesLoaded())
- {
- _Intro.mLoaded = true;
- _Intro.play();
- }
- if(this.getBytesTotal() == this.getBytesLoaded() && _Intro.mFinished)
- {
- gotoAndStop("FRONTEND");
- play();
- }
-