Oops. Maybe some of you have discovered the my user defined "within" function was wrong--I get the digest version of the List.

It should have been:

--User defined "within" function
  if  dx >= 0 and  dx < 101 and dy >=0  and  dy < 101 then
    put true into myWithin
  else
    put false into myWithin
  end if

So it is the RIGHT and BOTTOM portions of the rectangle in which the RR within() function fails to recognize as points within the rectangle.



Jim


_______________________________________________
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

Reply via email to