Ah, but that only tests a single point. To be perfectly accurate, one would need to test every single non-transparent point in the image.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Rossi Sent: Friday, June 24, 2005 12:50 PM To: How to use Revolution Subject: Re: is within ... polygon shape? Recently, Lynch, Jonathan wrote: > Put the points of image "myImage1" into field "feedback" > > Causes an error - it says this object does not have this property. I am > misunderstanding something aren't I? Images don't have points. You simply test the point against the image itself: if within(img "myImage",myPoint) then answer "point is within the image" Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: [EMAIL PROTECTED] W: http://www.tactilemedia.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 _______________________________________________ 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
