home *** CD-ROM | disk | FTP | other *** search
/ Information Operations Fundamentals 2001 February / Information_Operations_Fundamentals_Unclassified_Version_1.0_February_2001.iso / iobasics_save.swf / scripts / frame_19 / DoAction_2.as next >
Text File  |  2001-01-18  |  559b  |  31 lines

  1. unloadMovieNum(1);
  2. set("_level0:fromlevel","1");
  3. set("_level0:pausestate","play");
  4. unloadMovieNum(2);
  5. tellTarget("_level0")
  6. {
  7.    COUNTER = "3";
  8.    PAGE = "Mod01/M01_03_03.swf";
  9.    SPAGE = "SM01_03_03";
  10.    TV103 = "1";
  11.    set("_level4:M103","1");
  12.    getURL(PAGE,"_level" add "1");
  13. }
  14. tellTarget("_level7/showtext movie")
  15. {
  16.    gotoAndStop("refreshtext");
  17.    play();
  18. }
  19. tellTarget("_level3/FLASHER")
  20. {
  21.    gotoAndStop("INACTIVE");
  22. }
  23. tellTarget("_level7")
  24. {
  25.    gotoAndPlay(2);
  26. }
  27. tellTarget("_level3/pause")
  28. {
  29.    gotoAndStop("pause");
  30. }
  31.