(version 2)
(include "sci.sh")
(exports
    57 Willy
)
(use "Main")
(use "Blink")
(use "View")
(script 1814)



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

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(willyBust willyEyes willyMouth rest param1))
    )

)
(instance willyBust of Prop
    (properties
        view 1814
        loop 1
    )
)
(instance willyEyes of Prop
    (properties
        nsTop 38
        nsLeft 44
        view 1814
        loop 2
    )
)
(instance willyMouth of Prop
    (properties
        nsTop 46
        nsLeft 18
        view 1814
    )
)
