home *** CD-ROM | disk | FTP | other *** search
/ IBM CD-ROM Sampler / IBM_CD-ROM_Multimedia_Sampler_IBM_1995.iso / ibmms / shadow / s / s3.dxr / 00053.ls < prev    next >
Encoding:
Text File  |  1995-06-23  |  297 b   |  16 lines

  1. on mouseDown
  2.   global word12
  3.   if word12 = 0 then
  4.     sound stop 1
  5.     sound playFile 1, "@:SND:Spoon"
  6.   end if
  7.   if word12 = 1 then
  8.     go("hilite")
  9.     puppetSprite(18, 1)
  10.     set the lineSize of sprite 18 to 3
  11.     updateStage()
  12.     sound stop 1
  13.     sound playFile 1, "@:SND:Spoon"
  14.   end if
  15. end
  16.