An example could be this:
If you hover over a button while this script is running, it sets the pointer to the finger pointer
when green flag clicked
forever
if <touching [mouse-pointer v] ?> then
set mouse pointer to [Link Select v]::looks
else
set mouse pointer to [Normal Select v]::looks
end
end
If you hover over a button while this script is running, it sets the pointer to the finger pointer