home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / wone.swf / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2007-02-20  |  376 b   |  13 lines

  1. mTimeStamp = mTimeStamp != undefined ? mTimeStamp : getTimer();
  2. _Intro._Loader.gotoAndStop(int(this.getBytesLoaded() / this.getBytesTotal() * 100) + 1);
  3. if(this.getBytesTotal() == this.getBytesLoaded())
  4. {
  5.    _Intro.mLoaded = true;
  6.    _Intro.play();
  7. }
  8. if(this.getBytesTotal() == this.getBytesLoaded() && _Intro.mFinished)
  9. {
  10.    gotoAndStop("FRONTEND");
  11.    play();
  12. }
  13.