home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / compwswl.dxr / 00050.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  241 b   |  10 lines

  1. on mouseUp
  2.   showAnim(15, 529)
  3.   if the machineType <> 256 then
  4.     set fileName to the pathName & "MUSIC:16BIT:CRSWNM3.AIF"
  5.   else
  6.     set fileName to the pathName & "MUSIC\16BIT\CRSWNM3.AIF"
  7.   end if
  8.   fusionSoundPlayFile(1, fileName)
  9. end
  10.