home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bermuda_triangle.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-07-26  |  327 b   |  17 lines

  1. onEnterFrame = function()
  2. {
  3.    ifFrameLoaded(_totalframes + 0)
  4.    {
  5.       gotoAndStop(10);
  6.    }
  7. };
  8. trace(_root._url);
  9. if(_root._url != "http://www.gamesaboutmovies.com/games/flyer_01.swf")
  10. {
  11.    if(_root.url != "file:///C|/Inetpub/wwwroot/MakaiGames/Flyer/flyer%5F01.swf")
  12.    {
  13.    }
  14. }
  15. _quality = "BEST";
  16. stop();
  17.