home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / IGGY.DIR / 00017.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  218 b   |  13 lines

  1. on mouseUp
  2.   global PSOUND
  3.   set sp to the clickOn
  4.   set the visible of sprite sp to 0
  5.   if PSOUND = 1 then
  6.     set PSOUND to 0
  7.     puppetSound(0)
  8.   else
  9.     set PSOUND to 1
  10.     puppetSound("boioing.AIF")
  11.   end if
  12. end
  13.