(version 2)
(include "sci.sh")
(exports
    6 Man
)
(use "Main")
(use "Blink")
(use "View")
(script 1832)



(instance public Man of Talker
    (properties
        x 5
        y 5
        view 1832
        loop 3
        disposeWhenDone 2
        talkWidth 150
        textX 133
        textY 12
    )

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(manBust manEyes manMouth rest param1))
    )

)
(instance manBust of Prop
    (properties
        view 1832
        loop 1
    )
)
(instance manEyes of Prop
    (properties
        nsTop 33
        nsLeft 54
        view 1832
        loop 2
    )
)
(instance manMouth of Prop
    (properties
        nsTop 56
        nsLeft 7
        view 1832
    )
)
