home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- preLoadCast(27)
- puppetSprite(3, 1)
- end
-
- on enterFrame
- if rollOver(4) then
- set the castNum of sprite 3 to cast "Tuner 06"
- updateStage()
- set the castNum of sprite 3 to cast "Tuner 05"
- updateStage()
- set the castNum of sprite 3 to cast "Tuner 04"
- updateStage()
- set the castNum of sprite 3 to cast "Tuner 03"
- updateStage()
- set the castNum of sprite 3 to cast "Tuner 02"
- updateStage()
- set the castNum of sprite 3 to cast "Tuner 01"
- updateStage()
- go("QT")
- puppetSprite(2, 1)
- set the movieTime of sprite 2 to 600
- set the movieRate of sprite 2 to -1
- updateStage()
- end if
- if rollOver(5) then
- set the castNum of sprite 3 to cast "Tuner 08"
- updateStage()
- set the castNum of sprite 3 to cast "Tuner 09"
- updateStage()
- set the castNum of sprite 3 to cast "Tuner 10"
- updateStage()
- set the castNum of sprite 3 to cast "Tuner 11"
- updateStage()
- set the castNum of sprite 3 to cast "Tuner 12"
- updateStage()
- set the castNum of sprite 3 to cast "Tuner 13"
- updateStage()
- go("QT")
- puppetSprite(2, 1)
- set the movieTime of sprite 2 to 55
- set the movieRate of sprite 2 to 1
- updateStage()
- end if
- end
-
- on qtTest
- if soundBusy(0) then
- end if
- end
-