home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 3 #5 / CDRV3N5.ISO / demo / introdm.dir / Internal_116.ls < prev    next >
Encoding:
Text File  |  1996-07-12  |  239 b   |  11 lines

  1. on enterFrame
  2.   global SupportPath
  3.   set the volume of sound 1 to 255
  4.   if the machineType = 256 then
  5.     set the volume of sound 2 to 100
  6.   else
  7.     set the volume of sound 2 to 50
  8.   end if
  9.   sound playFile 2, SupportPath & "END.AIF"
  10. end
  11.