; wanna define 2 text oriented styles, with different engage func, so
write :

cel-styles: stylize [
        cel-text text [
                rate: 2
                feel/engage: func [face act event index][
                      ...some...process...
                ]
        ]
        cel-label label [
                rate: 1
                feel/engage: func [face act event index][
                      ...some...other...process...
                ]
        ]
]

; _END_

now the second feel/engage definition will overwrite the first. face
with cel-text style will have feel/engage doing
...some...other...process...

what could i do? 

-z

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

Reply via email to