home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / intro.dir / 00039.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  168 b   |  10 lines

  1. on mouseUp
  2.   set the cursor of sprite 36 to 4
  3.   puppetSprite(46, 0)
  4.   sound fadeOut 2, 80
  5.   if not soundBusy(2) then
  6.     sound stop 2
  7.   end if
  8.   go(marker("WYLF"))
  9. end
  10.