home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / CLASS97.DIR / 00516.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  181 b   |  7 lines

  1. on mouseUp
  2.   global gSoundPath
  3.   sound playFile 3, gSoundPath & "ting.aif"
  4.   set the visible of sprite (the clickOn + 4) to 1
  5.   set the visible of sprite (the clickOn + 5) to 1
  6. end
  7.