How Do I Make My Cursor Invisible When It's On The Stage?

(This is a template, feel free to delete it.)

So Im currently trying to make a game but I want to make it where the user's mouse goes invisible and change it to another "shape or form".

I have tried using a JavaScript block but it doesn't do much at the moment

Post a project example, link, or screenshot:

Welcome to the forums!
You can do this:
image
And then put this at the start of your program:
image
That's
document.body.style.cursor = '{none or auto}';

Why is your user Grey? (Off topic)

You can also do it using costumes by doing:

untitled script pic 2

untitled script pic

You can do whatever costume, timing, etc.

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.