home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP29 / XIMAP29.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  376 b   |  19 lines

  1. on mouseDown
  2.   hSound(1, "click.aif")
  3. end
  4.  
  5. on mouseUp
  6.   global gStrText, gMarkerName
  7.   case gMarkerName of
  8.     "Types":
  9.       hDisplay(0, 0, 16, gStrText, 190, 340)
  10.     "TX", "TX2":
  11.       hDisplay(0, 0, 16, gStrText, 433, 147)
  12.   end case
  13.   hVisibleSprite(0, 21, 21)
  14.   hCursor(0, "finger", 21, 21)
  15.   hCursor(1, "finger", 20, 20)
  16.   hVisibleSprite(1, 20, 20)
  17.   updateStage()
  18. end
  19.