[beginner] x,y coordinates in LiveCode

Colin Holgate coiin at verizon.net
Sat Jan 10 11:11:08 EST 2015


A card script like this could be quicker:

on mouseenter
   put the loc of the target
end mouseenter


Then you could point at each of the buttons and fields.


> On Jan 10, 2015, at 10:54 AM, Roger Eller <roger.e.eller at sealedair.com> wrote:
> 
> put the loc of btn "myButton"
> On Jan 10, 2015 10:48 AM, "Shawn Blc" <shawnlivecode at gmail.com> 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.
>> _______________________________________________
>> 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
>> 
> _______________________________________________
> 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