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_60 / DoAction_2.as next >
Text File  |  2001-01-18  |  539b  |  30 lines

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