(version 2)
(include "sci.sh")
(exports
    43 Barber
)
(use "Main")
(use "Blink")
(use "View")
(script 1803)



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

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(barberBust barberEyes barberMouth rest param1))
    )

)
(instance barberBust of Prop
    (properties
        view 1811
        loop 1
    )
)
(instance barberEyes of Prop
    (properties
        nsTop 31
        nsLeft 46
        view 1811
        loop 2
    )
)
(instance barberMouth of Prop
    (properties
        nsTop 42
        nsLeft 27
        view 1811
    )
)
