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_98 / 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 = "4";
  8.    PAGE = "Mod05/M05_03_04.swf";
  9.    SPAGE = "SM05_03_04";
  10.    TV503 = "1";
  11.    set("_level4:M503","1");
  12.    getURL(PAGE,"_level" add "1");
  13. }
  14. tellTarget("_level3/FLASHER")
  15. {
  16.    gotoAndStop("INACTIVE");
  17. }
  18. tellTarget("_level3/pause")
  19. {
  20.    gotoAndStop("pause");
  21. }
  22. tellTarget("_level7")
  23. {
  24.    gotoAndPlay(2);
  25. }
  26. tellTarget("_level7/showtext movie")
  27. {
  28.    gotoAndStop("refreshtext");
  29.    play();
  30. }
  31.