home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(44, 1)
- puppetSound("attic button")
- set the castNum of sprite 44 to 23
- updateStage()
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 44 to 22
- updateStage()
- puppetSprite(44, 1)
- 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("Attic.dir", "Please Wait")
- end if
- end
-