Shawn:

Do you need the "x,y" if all you are trying to do is find the locs of controls? 
Perhaps in the card script:


on mouseWithin --or "mouseEnter"?
put the name of the target && the loc of the target
end mouseWithin


But there are other ways as well, using the "within" operator with a 
"mouseMove" message, for example.


Craig



-----Original Message-----
From: Peter M. Brigham <pmb...@gmail.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Sent: Sat, Jan 10, 2015 11:29 am
Subject: Re: [beginner] x,y coordinates in LiveCode


On Jan 10, 2015, at 10:47 AM, Shawn Blc wrote:

> I'm trying to find the x,y coordinates with a mouse hover to find the
> location of buttons on my card.
> 
> Perhaps a little stack or something.  Trying to create a menu and need to
> the x,y coordinates for several buttons.

What are you trying to do? If you run into problems, give us an idea of the 
task 
at hand and you'll probably get lots of ideas on how to accomplish it.

-- Peter

Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig


_______________________________________________
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