Interactive image overlays

David Bovill david.bovill at gmail.com
Wed Oct 7 17:50:54 EDT 2009


Thanks everyone - lots of great suggestions. Think the noop graphic is the
way to go for this application.

NB I can get quite a nice rollover by using:

on mouseEnter
>    set the ink of me to "blendDarken"
> end mouseEnter
>
> on mouseLeave
>    set the ink of me to "noop"
> end mouseLeave
>

in the behavior of the overlay graphic.



More information about the use-livecode mailing list