I have the following actions on a sprite Click event:
Mouse.Set cursor from sprite NoGo
System.Wait 1 second
Mouse.Set cursor to Normal
However, it doesn't change the cursor unless I move it after the click, or do another click.
It always changes back to Normal though.
Any ideas? Can I force a re-draw of the cursor somehow?