I have an image that resides below a group and is not part of the group. The group consists of a collection of fields which have no scripts and are not focusable. In the group script I placed the handler:

on mouseDown
grab image "artwork"
end mouseDown

This works if don't select directly over a field, and I can adjust the position of the image by dragging it around. If I click over a field it doesn't work. I'm assuming the mouseDown if being trapped by the field. But shouldn't it be passed along to the group script?

I'm not outside the bounds of the image.

Can anyone clarify what is happing here, or suggest another approach to being able to move the image around?

Thanks,
Mark



_______________________________________________
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