home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- NavigDog()
- ControlRollOver(1, 3, 66)
- go(the frame)
- end
-
- on mouseUp
- case the clickOn of
- 3:
- if the machineType <> 256 then
- BruitPage()
- else
- puppetSound(0)
- end if
- EndDogPuppet()
- go(label(-1))
- end case
- end
-