Did I dream this ?

Jim Lambert jiml at netrin.com
Fri Mar 5 12:55:43 EST 2021


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