set Fichier to getAt(lecteur, i) & ":\MEDIA\LLS3.TXT"
if ExistFichier(Fichier) then
set CDRom to 1
set gCDPathname to getAt(lecteur, i) & ":\MEDIA\"
end if
end repeat
if not CDRom then
alert("The application was unable to find the correct CD. Please insert the right CD and try again. ")
halt()
end if
if the quickTimePresent then
else
alert("QuickTime could not be initialized - the product will run but animations will not play.The probable cause is a bad QuickTime installation. Please re-run setup and re-install QuickTime.")
end if
if the colorDepth <> 8 then
alert("Please set your monitor to 256 colour (8-bit) display to get the best performance from this CD-ROM and to avoid printing problems.")
end if
else
set gProfondeur to the colorDepth
set the colorDepth to 8
if the pathName = "Smart Steps 2nd Grade:Smart Steps 3rd Grade Folder:" then
alert("The product will run better if it is installed to your Hard Disk. To do this, drag the product folder to the Hard Disk. Double click on the program icon in the folder just copied. ")
end if
set Fichier to "Smart Steps 2nd Grade:MEDIA:LLS3.TXT"
if ExistFichier(Fichier) then
else
alert("The DK CD-ROM has not been inserted. Please place the disc in the drive and click ΓÇÿOKΓÇÖ to continue. ")
halt()
end if
if QTVersion() < "2.1" then
alert("Smart Steps requires QuickTimeΓäó version 2.5. If QuickTimeΓäó is not installed then Smart Steps may not run correctly. Please quit and install the version provided on this CD-ROM. ")