Silly Automated Rabbit

2014-05-07 Thread Richmond
Oh, yes! http://forums.runrev.com/viewtopic.php?f=25t=20290p=103059#p103059 Feedback, Please. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Silly Automated Rabbit

2014-05-07 Thread Richmond
So: I have a group ['code block'] that contains this code: on mouseDown clone me set the name of last group to RL grab group RL end mouseDown on mouseUp if not within (graphic T1, the mouseloc) then delete group RL end if end mouseUp 2 problems coming up here: 1. The

Re: Silly Automated Rabbit

2014-05-07 Thread Richmond
Go and get it: http://andregarzia.on-rev.com/richmond/GR.zip Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Silly Automated Rabbit

2014-05-07 Thread J. Landman Gay
On 5/7/14, 7:50 AM, Richmond wrote: grab group RL I've never been able to get this to work in any version of LC (or MC.) The only syntax I could use was grab me. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Silly Automated Rabbit

2014-05-07 Thread Richmond
On 07/05/14 20:18, J. Landman Gay wrote: On 5/7/14, 7:50 AM, Richmond wrote: grab group RL I've never been able to get this to work in any version of LC (or MC.) The only syntax I could use was grab me. Thanks. Luckily I managed to get round that one:

Re: Silly Automated Rabbit

2014-05-07 Thread Randy Hengst
Hi Richmond, How about this script in your master group? on mouseDown clone me -- I named the group RLMaster set the name of last group to RL set the loc of group RL to the mouseLoc set the script of group RL to end mouseDown on mouseMove x,y if the mouse is down and there is a

Re: Silly Automated Rabbit

2014-05-07 Thread Roger Guay
Grab the owner of me” works…. Roger On May 7, 2014, at 10:18 AM, J. Landman Gay jac...@hyperactivesw.com wrote: On 5/7/14, 7:50 AM, Richmond wrote: grab group RL I've never been able to get this to work in any version of LC (or MC.) The only syntax I could use was grab me. --