Help with drawing in LiveCode...
Paul Dupuis
paul at researchware.com
Thu Jun 20 19:26:09 EDT 2019
On 6/20/2019 3:02 PM, dunbarxx via use-livecode wrote:
> Hi.
>
> Untested, but this is kluge time.
>
> Something like this in the card script, though I bet it can be made cleaner
> and more robust:
>
> on mouseLeave
> set the liveHandles of this cd to the name of the target
> select empty
> end mouseLeave
>
> on mouseEnter
> do "select" && the liveHandles of this cd
> end mouseEnter
>
> Craig
>
Thank you, but I have realized what I need a tutorial or - even better -
a sample drawing stack. Anyone on this list have one or can point me to one?
Not a paint stack, but one that uses graphic objects.
More information about the use-livecode
mailing list