home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / eggrun.swf / scripts / DefineSprite_321 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  240 b   |  11 lines

  1. if(_url.indexOf("miniclip.com") == -1)
  2. {
  3.    gotoAndStop(_currentframe + 1);
  4. }
  5. else
  6. {
  7.    var noCache = getTimer() + random(100000);
  8.    mcTarget.loadMovie("http://www.miniclip.com/swfcontent/highscore.swf?" + noCache);
  9.    stop();
  10. }
  11.