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_77 / DoAction_2.as next >
Text File  |  2001-01-18  |  765b  |  43 lines

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