(version 2)
(include "sci.sh")
(exports
    51 Judge
)
(use "Main")
(use "Blink")
(use "View")
(script 1818)



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

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(judgeBust judgeEyes judgeMouth rest param1))
    )

)
(instance judgeBust of Prop
    (properties
        view 1816
        loop 1
    )
)
(instance judgeEyes of Prop
    (properties
        nsTop 37
        nsLeft 34
        view 1816
        loop 2
    )
)
(instance judgeMouth of Prop
    (properties
        nsTop 42
        nsLeft 30
        view 1816
    )
)
