Mark Swindell wrote:
I've got a transparent button. I'm grabbing it. When the button goes over a white field I want its color to change to black, when it moves over a green field I want it to change to yellow.
I can never remember what all the inks do without experimenting, but I think there is one that does exactly what you describe -- reverses the color. On mousedown, set the ink, on mouseup set the ink back to "srcCopy" (the default ink.) If you do that, you won't have to poll fields or keep track of anything.
-- Jacqueline Landman Gay | [email protected] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ 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
