(version 2)
(include "sci.sh")
(exports
    0 monkeyTalker
    1 Manu
)
(use "GloryTalker")
(use "View")
(script 41)



(instance public monkeyTalker of GloryTalker
    (properties
        x 200
        y 15
        view 986
        loop 1
        talkWidth 260
        back 57
        textX -175
        textY 100
        frame 0
        backColor 11
    )

    (method (init param1)
        (super:init(monkeyBust monkeyEyes monkeyMouth rest param1))
    )

)
(instance monkeyMouth of Prop
    (properties
        nsTop 42
        nsLeft 28
        view 986
    )
)
(instance monkeyEyes of Prop
    (properties
        nsTop 32
        nsLeft 30
        view 986
        loop 2
    )
)
(instance monkeyBust of View
    (properties
        nsTop 24
        nsLeft 26
        view 986
        loop 3
    )
)
(instance public Manu of Actor
    (properties
        x 90
        y 160
        noun 1
        view 985
    )
)
