Hi Tom,

I realize this message was in response to Andres' original message - I'm responding because I provided a different idea and I couldn't get pass to work.

My understanding of pass is that it sends the message along the message path -- from the image object that Andres was using as a label above his button to the card -- but not from the image object to the button in the layer just below it.

When I place an image over a button and use your script all the handlers are passed to the card -- not to the button. How did you get this to work?

take care,
randy hengst
-----
On May 29, 2008, at 9:08 PM, Thomas McGrath III wrote:

You will have to pass ALL of the mouse events then.

on mouseUp
pass mouseUp
end mouseUp

on mouseEnter
pass mouseEnter
end mouseEnter

on mouseLeave
pass mouseLeave
end mouseLeave

on mouseWIthin
pass mouseWithin
end mouseWIthin

etc.

Tom McGrath


On May 29, 2008, at 7:43 PM, Andres Martinez wrote:

Thanks Mark and Randy

Unfortunately, that is not enough.

One of the problems I have not been able to work around is the button's auto-hilite, used to show a different Icon when the mouse is over the button. When the mouse enter the label, then the icon is back to normal and the button receives a mouseleave message.

Regards,
Andres Martinez
www.baKno.com

On May 29, 2008, at 6:51 PM, Mark Wieder wrote:

Andres-

Is it possible to define an image to be transparent to mouse events?

How about...

on mouseUp
pass mouseUp
end mouseUp

--
Mark Wieder
[EMAIL PROTECTED]



_______________________________________________
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

_______________________________________________
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

Reply via email to