I did try this, and it works, but a bit sluggish...

function getPixel
  repeat with x=1 to (the number of fields in group "iconEditorArea")
    if the mouseLoc is within (the rect of fld x of group "iconEditorArea")
then
      return x
    end if
  end repeat
end getPixel


And this function is within a field that I placed over the top of the group
"iconEditorArea".


Derek Bump
Dreamscape Software
____________________________________________
Compress Images Easily with JPEGCompress 1.2
http://www.dreamscapesoftware.com


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to