home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / vision.dir / 00194_Script_194 < prev    next >
Text File  |  1995-06-14  |  133b  |  5 lines

  1. on exitFrame
  2.   global gSoundLevel
  3.   --  set the volume of sprite 7 = (gSoundLevel*32) + 32
  4.   set the volume of sprite 7 = 256
  5. end