set cursor to none --> cursor doesnt reappear
Posted: Sun Mar 01, 2020 1:32 pm
Hi, can someone verify this glitch:
The cursor would stay hidden after script execution, it shows up evetually if I move it over a text field, but not when the text of that field is locked. Lc 9.5.0 on MacOS 10.12.6.
Thanks
Oliver
Code: Select all
on mouseup
set the cursor to none
lock cursor
wait 100
unlock cursor
end mouseup
Thanks
Oliver