home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 July / macformat-039.iso / MAKERS / MAIN.DIR / 00091.ls < prev    next >
Encoding:
Text File  |  1996-03-12  |  206 b   |  10 lines

  1. on exitFrame
  2.   global theSprite
  3.   set theSprite to 1
  4.   puppetSprite(8, 1)
  5.   set the castNum of sprite 8 to the number of cast string("v-" & the soundLevel)
  6.   updateStage()
  7.   sound stop 1
  8.   sound stop 2
  9. end
  10.