home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global myplatform, myversion
- repeat with i = 40 to 45
- set the visible of sprite i to 0
- end repeat
- set the text of member "BU" to " "
- if myplatform = "NT" then
- set the media of member 17 of castLib 1 to the media of member "NT" of castLib 1
- set the media of member 1 of castLib "libinst" to the media of member "normtext" of castLib "libinst"
- else
- if myplatform = "31" then
- set the media of member 17 of castLib 1 to the media of member "WIN" of castLib 1
- set the media of member 1 of castLib "libinst" to the media of member "normtext" of castLib "libinst"
- else
- if myversion contains "upd" then
- set the media of member 17 of castLib 1 to the media of member "95_Updatemailing" of castLib 1
- set the media of member 1 of castLib "libinst" to the media of member "upd" of castLib "libinst"
- else
- if myplatform = "95" then
- set the media of member 17 of castLib 1 to the media of member "WIN" of castLib 1
- set the media of member 1 of castLib "libinst" to the media of member "normtext" of castLib "libinst"
- else
- if myplatform = "Mac" then
- set the media of member 17 of castLib 1 to the media of member "WIN" of castLib 1
- set the media of member 1 of castLib "libinst2" to the media of member "normtext" of castLib "libinst2"
- end if
- end if
- end if
- end if
- end if
- end
-