home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / casestdy / ch11_sfx / esnavbar.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-11-12  |  424 b   |  17 lines

  1. global gNextPage, gBaseURL, gReadyToGo, gLastClick, gRealCast
  2.  
  3. on mouseDown
  4.   set gLastClick to the clickOn
  5.   set gRealCast to the castNum of sprite gLastClick
  6.   set the visible of sprite (gLastClick + 10) to 1
  7.   updateStage()
  8.   if not gReadyToGo then
  9.     set gNextPage to "../e_s" & the name of cast gRealCast & ".htm"
  10.     goPage(gNextPage, "earMain")
  11.     go(label(the name of cast gRealCast))
  12.   end if
  13. end
  14.  
  15. on mouseUp
  16. end
  17.