home *** CD-ROM | disk | FTP | other *** search
/ Learn to Speak English / LSEE_60_1.iso / mac / LSEE60.Z / INTROEE.DIR / 00004_Script_4 < prev    next >
Text File  |  1995-11-03  |  366b  |  14 lines

  1. on StartMovie
  2.   global cdLocation
  3.   
  4.   puppetsound 8
  5.   when mousedown then go marker (1)
  6.   
  7.   set the searchPath = []
  8.   if the machineType = 256 then
  9.     addAt (the searchPath, 1, cdLocation & "SOUNDS\")
  10.   else
  11.     addAt (the searchPath, 1, "English 6.0 Disc 1:LSEE:SOUNDS:")
  12.     addAt (the searchPath, 2, "English 6.0 Disc 2:LSEE:SOUNDS:")
  13.   end if
  14. end