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_05.swf / scripts / frame_607 / DoAction.as
Text File  |  2001-02-13  |  620b  |  47 lines

  1. set("_level0:fromlevel","1");
  2. if(check1 == "1" and check2 == "1" and check3 == "1")
  3. {
  4.    tellTarget("_level3/FLASHER")
  5.    {
  6.       gotoAndPlay(2);
  7.    }
  8.    tellTarget("/mc1")
  9.    {
  10.       gotoAndStop(2);
  11.    }
  12.    tellTarget("/mc2")
  13.    {
  14.       gotoAndStop(2);
  15.    }
  16.    tellTarget("/mc3")
  17.    {
  18.       gotoAndStop(2);
  19.    }
  20.    stop();
  21. }
  22. else
  23. {
  24.    stop();
  25. }
  26. if(check1 == "1")
  27. {
  28.    tellTarget("/mc1")
  29.    {
  30.       gotoAndStop(2);
  31.    }
  32. }
  33. if(check2 == "1")
  34. {
  35.    tellTarget("/mc2")
  36.    {
  37.       gotoAndStop(2);
  38.    }
  39. }
  40. if(check3 == "1")
  41. {
  42.    tellTarget("/mc3")
  43.    {
  44.       gotoAndStop(2);
  45.    }
  46. }
  47.