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_95 / DoAction_2.as next >
Text File  |  2001-01-18  |  739b  |  42 lines

  1. unloadMovieNum(1);
  2. unloadMovieNum(2);
  3. set("_level0:pausestate","play");
  4. set("_level0:fromlevel","1");
  5. tellTarget("_level3")
  6. {
  7.    if(!getProperty(PageBar, _framesloaded))
  8.    {
  9.       loadMovieNum("Pager.swf",3,"GET");
  10.    }
  11. }
  12. tellTarget("_level0")
  13. {
  14.    MOD_TOP = "503";
  15.    COUNTER = "1";
  16.    TOTAL = "4";
  17.    PAGE = "Mod05/M05_03_01.swf";
  18.    SPAGE = "SM05_03_01";
  19.    getURL(PAGE,"_level" add "1");
  20. }
  21. tellTarget("_level8")
  22. {
  23.    gotoAndStop("H_MOD05_03");
  24. }
  25. tellTarget("_level3/FLASHER")
  26. {
  27.    gotoAndStop("INACTIVE");
  28. }
  29. tellTarget("_level3/pause")
  30. {
  31.    gotoAndStop("pause");
  32. }
  33. tellTarget("_level7")
  34. {
  35.    gotoAndPlay(2);
  36. }
  37. tellTarget("_level7/showtext movie")
  38. {
  39.    gotoAndStop("refreshtext");
  40.    play();
  41. }
  42.