Create object just by touching the mouse

pllll
Hi guys, how can I find a way to make an object only be created when the mouse isn’t touched?
I was trying this, but it doesn’t work.

you mean when the players cursor is not moving? i think theres an extension for that

How do you mean, it doesn’t work?

This works fine for me, and fills the screen up with orange squares until I hold down the left mouse button:


Are there other events that are undoing the FireB creation?

1 Like

sorry, that works for me too… I would like to know if there is a way to create the object only when the cursor is moving

Look for the extension “Cursor movement conditions” by D8H. You can check if the cursor is moving or standing still with it.

2 Likes

thank you so much that’s what I was looking for