home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- if the colorDepth <> 16 then
- set the colorDepth to 16
- end if
- if the quickTimePresent = 0 then
- go("QTChoose")
- else
- go("IntroLoop")
- end if
- end
-
- on WheresQTRoll
- if rollOver(7) then
- set the visible of sprite 4 to 1
- set the visible of sprite 5 to 0
- set the visible of sprite 6 to 0
- else
- if rollOver(8) then
- set the visible of sprite 4 to 0
- set the visible of sprite 5 to 1
- set the visible of sprite 6 to 0
- else
- if rollOver(9) then
- set the visible of sprite 4 to 0
- set the visible of sprite 5 to 0
- set the visible of sprite 6 to 1
- else
- set the visible of sprite 4 to 0
- set the visible of sprite 5 to 0
- set the visible of sprite 6 to 0
- end if
- end if
- end if
- end
-
- on introRoller
- if rollOver(20) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 0
- else
- if rollOver(21) then
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 1
- else
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 0
- end if
- end if
- setTheVolumePlease()
- end
-
- on stopMovie
- puppetSound(1, 0)
- puppetSound(0)
- end
-