home *** CD-ROM | disk | FTP | other *** search
/ Learn to Speak Spanish 2 / LSSP_2.ISO / pc / extras / introsp.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1998-10-15  |  347 b   |  13 lines

  1. on startMovie
  2.   global cdLocation
  3.   puppetSound(8)
  4.   when mouseDown then go marker (1)
  5.   set the searchPath to []
  6.   if the machineType = 256 then
  7.     addAt(the searchPath, 1, cdLocation & "SOUNDS\")
  8.   else
  9.     addAt(the searchPath, 1, "Spanish 6.0 Disc 1:LSSE:SOUNDS:")
  10.     addAt(the searchPath, 2, "Spanish 6.0 Disc 2:LSSE:SOUNDS:")
  11.   end if
  12. end
  13.