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 / 00061.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  512 b   |  25 lines

  1. on mouseDown
  2.   hSound(1, "click.aif")
  3. end
  4.  
  5. on mouseUp
  6.   global gStrArt, gLstFLArt, gintWhichSprite, gMarkerName
  7.   hDisplay(0, 0, 23, gStrArt, 320, 240)
  8.   setProp(gLstFLArt, gintWhichSprite, 1)
  9.   hCursor(1, "finger", 24, 24)
  10.   hVisibleSprite(1, 23, 24)
  11.   updateStage()
  12.   hCursor(0, "finger", 17, 17)
  13.   hIcons(0, 0, 0)
  14.   hFlashlight(0)
  15.   updateStage()
  16.   hFYI(0)
  17.   case gintWhichSprite of
  18.     10:
  19.       set lStrSound to "swamp3.aif"
  20.     13:
  21.       set lStrSound to "swamp2.aif"
  22.   end case
  23.   hSound(1, lStrSound)
  24. end
  25.