Inhibit mouse Events possible?

William Prothero prothero at earthednet.org
Fri Jul 4 19:41:57 EDT 2014


Mark:
What about a transparent graphic with:

on mouseDown
	checkoption
end mouseDown
on mouseUp
	checkoption
end mouseUp
—Other mouse events  could be added

on checkoption
	if the option key is down then
		hide me
	end if
end check option

Best,
Bill

On Jul 3, 2014, at 4:40 PM, Jerry Jensen <jhj at jhj.com> wrote:

> 
> On Jul 3, 2014, at 10:45 AM, Mark Schonewille <m.schonewille at economy-x-talk.com> wrote:
>> 
>>     repeat forever with messages
> 
> ??? repeat with messages ???
> I think we've been through this before. The compiler doesn't mind, but the "with messages" part is not legal syntax and does nothing.
> 
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list