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 <j...@jhj.com> wrote:

> 
> On Jul 3, 2014, at 10:45 AM, Mark Schonewille 
> <m.schonewi...@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@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to