home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / playing_with_fire.swf / scripts / frame_1 / DoAction.as
Text File  |  2010-05-15  |  528b  |  20 lines

  1. _focusrect = 0;
  2. _quality = "low";
  3. nBytesTotal = _root.getBytesTotal();
  4. nBytesLoaded = _root.getBytesLoaded();
  5. nPercentLoaded = int(nBytesLoaded / nBytesTotal * 100);
  6. txtLoaded = nPercentLoaded + "%";
  7. if(nBytesLoaded >= nBytesTotal)
  8. {
  9.    if(_url == "http://www.gamesarcade.net/fire/playingwithfire.swf" || true)
  10.    {
  11.       var blnSFX = 1;
  12.       var blnMusic = 1;
  13.       gotoAndPlay(3);
  14.    }
  15.    else
  16.    {
  17.       txtFool = "Why not go to www.gamesarcade.net and play there? Cos this game has been nicked.";
  18.    }
  19. }
  20.