home *** CD-ROM | disk | FTP | other *** search
/ IBM CD-ROM Sampler / IBM_CD-ROM_Multimedia_Sampler_IBM_1995.iso / ibmms / shadow / s / s2s.dxr / 00002_S2SO256.PICT.ls next >
Encoding:
Text File  |  1995-06-23  |  331 b   |  14 lines

  1. on mouseDown
  2.   if (the mouseH > 0) and (the mouseH < 33) then
  3.     if (the mouseV > 352) and (the mouseV < 384) then
  4.       sound stop 1
  5.       puppetSprite(12, 1)
  6.       set the locH of sprite 12 to 14
  7.       set the locV of sprite 12 to 369
  8.       updateStage()
  9.       go(the frame + 1)
  10.       play movie "@:S1S"
  11.     end if
  12.   end if
  13. end
  14.