home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global codeInInv5d, genOn5d, doneFaxUp5d
- if (codeInInv5d = 0) and (genOn5d = 1) then
- startTimer()
- repeat while the timer < 40
- nothing()
- end repeat
- puppetSound("Fax Begins")
- updateStage()
- checksound(1)
- puppetSound("Fax Feed")
- goto("fax")
- set doneFaxUp5d to 1
- else
- mouseCheck()
- end if
- end
-