But then with the repeat structure below that, only by the mouse actually leaving the field does the backgroundColor of all lines reset to empty. Which leads me to think that the linked text it was hovering over was not a control.
How does this work? Thanks Mark
on mouseLeave -- unhighlight any currently highlighted text:
if storedHilitedChunk is not empty then
do "set the backgroundColor of" && \
storedHilitedChunk && "to empty"
put empty into storedHilitedChunk
end if repeat with y = 1 to 3
repeat with x = 1 to the number of lines of field y
set the backgroundColor of line x of field y to empty
end repeat
end repeatpass mouseLeave end mouseLeave
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
