home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / radio.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  266 b   |  10 lines

  1. on startMovie
  2.   cursor(4)
  3.   if the machineType >= 256 then
  4.     set the searchPath to []
  5.     set driveName to chars(the pathName, 1, 1)
  6.     append(the searchPath, driveName & ":\MEDIA\INDEX_VI")
  7.     append(the searchPath, driveName & ":\MEDIA\RADIO_VI")
  8.   end if
  9. end
  10.