home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  255 b   |  12 lines

  1. c1 = _url.indexOf("://") + 3;
  2. c2 = _url.indexOf("/",c1);
  3. domain = _url.substring(c1,c2);
  4. if(domain == "www.dreamarcade.com" || domain == "216.55.181.4" || domain == "www.ultimatearcade.com")
  5. {
  6.    gotoAndStop(10);
  7. }
  8. else
  9. {
  10.    gotoAndStop(10);
  11. }
  12.