Did I dream this ?

Bob Sneidar bobsneidar at iotecdigital.com
Fri Mar 5 13:01:46 EST 2021


Or put it in a library and change me to the target. 

Bob S


> On Mar 5, 2021, at 09:55 , Jim Lambert via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> They would be handy properties. But in the meantime try this behavior:
> 	getProp xLoc
> 
> 		return item 1 of the loc of me
> 
> 	end xLoc
> 
> 
> 	getProp yLoc
> 
> 		return item 2 of the loc of me
> 
> 	end yLoc
> 
> 
> After assigning the behavior to any object you can just use:
> 	put the xloc of someObject
> 
> 	put the yloc of someObject
> 
> Jim Lambert





More information about the use-livecode mailing list