found_lc = 0
MS$ = ""
around:
found_lc = t 'we trapped our click, but first...
'if item *or parent* is not .visible, clix! needs to ignore
'note default is .visible ON, if the def'n file doesn't specify
nothing$ = GetMakeProperty$(proj$ + "." + clix_name$(t) + ".visible", "1")
nothing2$ = GetMakeProperty$(proj$ + "." + ExtractParent$(clix_name$(t)) + ".visible", "1")
'both control & parent must be .visible
'TXT$ = String$(64, " "): _PrintString (10, 10), TXT$
'TXT$ = "you clicked on: " + clix_name$(t)
'_PrintString (10, 10), TXT$
'clear the mouse
cl_mouse:
done_mouse:
If found_lc
> 0 And LR$
= "L" Then AdjustProperties
(clix_name$
(t
)) If found_lc
> 0 And LR$
= "R" Then MoveObject
(clix_name$
(t
))