home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gVolume, Gsep, CPU, gWincim, gHpwiz, gCyber, gWinworlds, gNet16, gWintv, gWQuick, gMaccim, gMacworlds, gMacNet
- if the machineType < 256 then
- set CPU to "MAC"
- set gVolume to char 1 to offset(":", the pathName) - 1 of the pathName
- set Gsep to ":"
- else
- set CPU to "WIN"
- set gVolume to char 1 to offset("\", the pathName) - 1 of the pathName
- set Gsep to "\"
- end if
- append(the searchPath, the pathName & "Resource")
- append(the searchPath, the pathName & "Resource" & Gsep & "Video")
- append(the searchPath, the pathName & "Resource" & Gsep & "Sound")
- set the soundLevel to 7
- updateStage()
- when keyDown then nothing
- set gWincim to gVolume & Gsep & "software" & Gsep & "wincim" & Gsep & "setup.exe"
- set gHpwiz to gVolume & Gsep & "software" & Gsep & "hpwiz" & Gsep & "setup.exe"
- set gCyber to gVolume & Gsep & "software" & Gsep & "cyber" & Gsep & "cp_setup.exe"
- set gNet16 to gVolume & Gsep & "software" & Gsep & "Netscape" & Gsep & "16bit" & Gsep & "setup.exe"
- set gWinworlds to gVolume & Gsep & "software" & Gsep & "worlds" & Gsep & "install.exe"
- set gWintv to gVolume & Gsep & "software" & Gsep & "wintv" & Gsep & "setup.exe"
- set gWQuick to gVolume & Gsep & "resource" & Gsep & "QTM" & Gsep & "setup.exe"
- set gMaccim to gVolume & Gsep & "CompuServe Installation" & Gsep & "Aktualisierer"
- set gMacworlds to gVolume & Gsep & "Worlds Away" & Gsep & "WorldsAway Installer"
- set gMacNet to gVolume & Gsep & "Netscape 2.01" & Gsep & "Netscape 2.01 Installer"
- end
-