home *** CD-ROM | disk | FTP | other *** search
/ Information Operations Fundamentals 2001 February / Information_Operations_Fundamentals_Unclassified_Version_1.0_February_2001.iso / Navbar.swf / scripts / DefineSprite_36 / frame_2 / DoAction.as
Text File  |  2001-02-13  |  180b  |  15 lines

  1. if(eval("..:coursemapcheck") == "1")
  2. {
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("active");
  6.    }
  7. }
  8. else
  9. {
  10.    tellTarget("/")
  11.    {
  12.       gotoAndStop("active");
  13.    }
  14. }
  15.