A few ideas, none of which may work for your situation: - Fill the image with the same background color as your card, so the image only *appears* to be transparent when not “painted".
- Place an opaque graphic (could have its blendLevel set to 100) directly behind the image and do your mouseEnter detection there. You may need to disable the image so the mouseEnter message in only triggered once while within the image’s rect. - Use the within operator in a mouseMove card script or frontScript: on mouseMove X,Y if mouseLoc() is within rect of image “myImage” then do stuff end mouseMove Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On Feb 1, 2015, Bernard Devlin <[email protected]> wrote: > How can I get the mouseEnter to fire when the mouse enters the image > control's border, once the image control has been altered with the paint > tools? _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
