home *** CD-ROM | disk | FTP | other *** search
/ Information Operations Fundamentals 2001 February / Information_Operations_Fundamentals_Unclassified_Version_1.0_February_2001.iso / Mod02 / M02_01_07.swf / scripts / frame_239 / DoAction.as
Text File  |  2001-02-12  |  530b  |  24 lines

  1. if(eval("_level0:TV201") == "1")
  2. {
  3.    tellTarget("_level4/topicbar02/201")
  4.    {
  5.       nextFrame();
  6.    }
  7. }
  8. tellTarget("_level4")
  9. {
  10.    nextFrame();
  11. }
  12. if(eval("_level4:M201") == "1" and eval("_level4:M202") == "1" and eval("_level4:M203") == "1" and eval("_level0:Final2") == "0")
  13. {
  14.    tellTarget("_level0")
  15.    {
  16.       gotoAndStop("M02_final");
  17.    }
  18. }
  19. else if(eval("_level4:M201") == "1" and eval("_level4:M202") == "1" and eval("_level4:M203") == "1" and eval("_level0:Final2") == "1")
  20. {
  21.    stop();
  22. }
  23. stop();
  24.