home *** CD-ROM | disk | FTP | other *** search
/ IBM CD-ROM Sampler / IBM_CD-ROM_Multimedia_Sampler_IBM_1995.iso / project.exe / project.DXR / 00002.ls < prev    next >
Encoding:
Text File  |  1995-06-20  |  294 b   |  13 lines

  1. on startMovie
  2.   global gDrive, testthis
  3.   repeat with N = 67 to 90
  4.     set Letter to numToChar(N)
  5.     set LookFor to Letter & ":\sample.ibm"
  6.     set testthis to FileIO(mnew, "read", LookFor)
  7.     if objectp(testthis) then
  8.       set gDrive to Letter
  9.       exit repeat
  10.     end if
  11.   end repeat
  12. end
  13.