home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global cdLocation
- puppetSound(8)
- when mouseDown then go marker (1)
- set the searchPath to []
- if the machineType = 256 then
- addAt(the searchPath, 1, cdLocation & "SOUNDS\")
- else
- addAt(the searchPath, 1, "Spanish 6.0 Disc 1:LSSE:SOUNDS:")
- addAt(the searchPath, 2, "Spanish 6.0 Disc 2:LSSE:SOUNDS:")
- end if
- end
-