Custom Sprite Dragging Block

I made a new custom block that allows you to customize sprite dragging!
https://snap.berkeley.edu/snap/snap.html#present:Username=joecooldoo&ProjectName=Custom%20Sprite%20Dragging%20Block&editMode&noRun

the threshold should not be determined by the center of the sprite, instead, how far the mouse moved since clicking.

In fact, it's much simpler than the original way

(I felt like the threshold should be the same distance as the input)

edit: and here's a modified version that works with pen down.

https://snap.berkeley.edu/snap/snap.html#present:Username=ego-lay_atman-bay&ProjectName=Custom%20Sprite%20Dragging%20Block

great block though.

This is already fixed in my project, I just haven't published it yet (had to eat lunch), but nevertheless thanks for the help.

ah, ok. And you're welcome.

Seems the update actually broke it, I'm going to revert the changes

to be honest, I didn't even see the update. I don't know why the project wasn't updating (which is why I didn't reply).

weird.

Test post (for rssmii)

Nice! I like all the options.

It reminded me of this long-ago effort of mine: https://scratch.mit.edu/projects/375059/

Nice! I did find a bug in it though... If you hold your mouse down before the mouse touches the sprite, and then hover your mouse over (while still holding down the mouse), it thinks I'm picking the sprite up. So I thought, "maybe this is in my project as well", I checked, and it was, so I fixed it.

The block has been updated

This has been fixed.