(version 2)
(include "sci.sh")
(exports
    0 uhuraTalker
    1 Uhura
)
(use "GloryTalker")
(use "View")
(script 34)



(instance public uhuraTalker of GloryTalker
    (properties
        x 10
        y 10
        view 972
        loop 1
        talkWidth 200
        back 57
        textX 15
        textY 120
        frame 2
        backColor 10
    )

    (method (init param1)
        (super:init(uhuraBust uhuraEyes uhuraMouth rest param1))
    )

)
(instance uhuraMouth of Prop
    (properties
        nsTop 39
        nsLeft 31
        view 972
        cycleSpeed 10
    )
)
(instance uhuraEyes of Prop
    (properties
        nsTop 26
        nsLeft 27
        view 972
        loop 2
        cycleSpeed 30
    )
)
(instance uhuraBust of Prop
    (properties
        view 972
        loop 3
    )
)
(instance public Uhura of Actor
    (properties
        x 90
        y 160
        noun 1
        view 971
    )
)
