home *** CD-ROM | disk | FTP | other *** search
- global fSep
-
- on resetDoor
- if the name of cast the castNum of sprite 6 = "panel 0 off" then
- exit
- else
- if the name of cast the castNum of sprite 6 = "panel 0" then
- exit
- end if
- end if
- puppetSprite(6, 1)
- set the castNum of sprite 6 to the number of cast "panel 0 off"
- sound stop 1
- set lName to the pathName & "SNDTRACK" & fSep & "LEAVE.AIF"
- sound playFile 1, lName
- if (the frameLabel contains "FlyThru") or (the frameLabel contains "Moov") then
- nothing()
- else
- puppetTransition(2, 2, 3, 1)
- end if
- updateStage()
- end
-
- on DoorClick
- puppetSprite(6, 1)
- if the name of cast the castNum of sprite 6 = "panel 0 off" then
- set the castNum of sprite 6 to the number of cast "panel 0"
- updateStage()
- set the castNum of sprite 6 to the number of cast "door open"
- sound stop 1
- set lName to the pathName & "SNDTRACK" & fSep & "ARRIVE.AIF"
- sound playFile 1, lName
- puppetTransition(1, 2, 3, 1)
- exit
- else
- if the name of cast the castNum of sprite 6 = "panel 0" then
- updateStage()
- set the castNum of sprite 6 to the number of cast "door open"
- puppetTransition(1, 2, 3, 1)
- sound stop 1
- set lName to the pathName & "SNDTRACK" & fSep & "ARRIVE.AIF"
- sound playFile 1, lName
- exit
- else
- go("enter", "Main.dir")
- end if
- end if
- end
-
- on DoorClick2
- puppetSprite(6, 1)
- if the name of cast the castNum of sprite 6 = "panel 0 off" then
- set the castNum of sprite 6 to the number of cast "panel 0"
- updateStage()
- set the castNum of sprite 6 to the number of cast "door open"
- sound stop 1
- set lName to the pathName & "SNDTRACK" & fSep & "ARRIVE.AIF"
- sound playFile 1, lName
- exit
- else
- if the name of cast the castNum of sprite 6 = "panel 0" then
- updateStage()
- set the castNum of sprite 6 to the number of cast "door open"
- sound stop 1
- set lName to the pathName & "SNDTRACK" & fSep & "ARRIVE.AIF"
- sound playFile 1, lName
- exit
- else
- go("enter", "Main.dir")
- end if
- end if
- end
-