home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(45, 1)
- puppetSound("stop button")
- set the castNum of sprite 45 to 21
- updateStage()
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 45 to 20
- updateStage()
- puppetSprite(45, 0)
- if the frame > 10 then
- puppetSound("Transport " & random(9))
- updateStage()
- go("wait")
- else
- if the visible of sprite 46 = 0 then
- door_Move()
- puppetSprite(42, 1)
- set the castNum of sprite 42 to 15
- updateStage()
- puppetSprite(42, 0)
- end if
- changeMovie("Close.dir", 1)
- end if
- end
-