Recently, David Bovill wrote: > I'm wanderign if anyone has any recommendations for creating irregularly > shaped hot spots on images - equivalent to html image maps? The problem is > that if you make a polygon transparent it no longer gets any mouseUp / user > interaction like you would with a transparent button. The best I can come up > with is to set the ink to "noop" and keep the polygon opaque. Seems to work > though I don;t know how well that will work out cross-platform yet?
There was a time several versions back when the easiest way to get irregularly shaped clickable regions was to use images, but graphic objects were eventually updated to behave the same way, and using them is way easier than images since you can define their points/shape dynamically. You should be fine using this option cross-platform (noop ink effect has been in the engine just about forever). Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
