(version 2)
(include "sci.sh")
(exports
    1 Billy 
)
(use "Main")
(use "Blink")
(use "View")
(script 1846)



(instance public {Billy } of Talker
    (properties
        x 5
        y 5
        view 1846
        loop 3
        disposeWhenDone 2
        talkWidth 150
        textX 133
        textY 12
    )

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(billyBust billyEyes billyMouth rest param1))
    )

)
(instance billyBust of Prop
    (properties
        view 1846
        loop 1
    )
)
(instance billyEyes of Prop
    (properties
        nsTop 36
        nsLeft 34
        view 1846
        loop 2
    )
)
(instance billyMouth of Prop
    (properties
        nsTop 44
        nsLeft 29
        view 1846
    )
)
