(version 2)
(include "sci.sh")
(exports
    12 Chinese
)
(use "Main")
(use "Blink")
(use "View")
(script 1844)



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

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(chineseBust chineseEyes chineseMouth rest param1))
    )

)
(instance chineseBust of Prop
    (properties
        view 1844
        loop 1
    )
)
(instance chineseEyes of Prop
    (properties
        nsTop 29
        nsLeft 39
        view 1844
        loop 2
    )
)
(instance chineseMouth of Prop
    (properties
        nsTop 42
        nsLeft 26
        view 1844
    )
)
