(version 2)
(include "sci.sh")
(exports
    5 Kid
)
(use "Main")
(use "Blink")
(use "View")
(script 1826)



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

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(kidBust kidEyes kidMouth rest param1))
    )

)
(instance kidBust of Prop
    (properties
        view 1826
        loop 1
    )
)
(instance kidEyes of Prop
    (properties
        nsTop 39
        nsLeft 41
        view 1826
        loop 2
    )
)
(instance kidMouth of Prop
    (properties
        nsTop 47
        nsLeft 30
        view 1826
    )
)
