home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / DefineSprite_1106 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-12-04  |  388 b   |  13 lines

  1. _root.myurl = _root._url;
  2. _root.domain1 = _root.myurl.substring(0,28);
  3. _root.domain2 = _root.myurl.substring(0,35);
  4. _root.domain3 = _root.myurl.substring(0,31);
  5. if(_root.domain1 == "http://www.mindistortion.net" || _root.domain2 == "http://mindistortion.freshgames.net" || _root.domain3 == "http://mindistortion.finito.net")
  6. {
  7.    gotoAndPlay(5);
  8. }
  9. else
  10. {
  11.    gotoAndStop(2);
  12. }
  13.