home *** CD-ROM | disk | FTP | other *** search
/ Imagination Express: Destination Pyramids / PYRAMIDS.ISO / DEMO / EDMARKDB / MENU.DXR / 00139.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  296 b   |  14 lines

  1. on mouseDown
  2.   buttonHilite()
  3. end
  4.  
  5. on mouseUp
  6.   global gAbort, gbeenThere
  7.   if gAbort = 0 then
  8.     set tempJump to the name of cast the castNum of sprite clickOn()
  9.     set jumpName to chars(tempJump, 1, length(tempJump) - 5)
  10.     PlayDemoFrame(jumpName, "ie")
  11.     set gbeenThere to 0
  12.   end if
  13. end
  14.