home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / Gnop.exe / scripts / frame_1 / PlaceObject2_10_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2002-12-31  |  300 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    bittejaLadattu = _root.getBytesLoaded();
  3.    tiedostoaLadattu = bittejaLadattu / tiedostonKoko;
  4.    _root.latausViesti = int(bittejaLadattu / 1000) + " kt / " + int(tiedostonKoko / 1000) + " kt";
  5.    if(tiedostoaLadattu >= 1)
  6.    {
  7.       _root.gotoAndPlay(2);
  8.    }
  9. }
  10.