ScratchData LogoScratchData
Back to MiniCoder11's profile

Exact Dragging

MIMiniCoder11•Created March 5, 2019
Exact Dragging
3
4
49 views
View on Scratch

Instructions

This is a simple test project to demonstrate how exact dragging can be implemented on Scratch. Click on the sprite saying, "Without exact dragging." This sprite is using Scratch's "go to mouse pointer" block which snaps the center of the sprite onto the mouse. What if you wanted the sprite to drag from where you clicked it? Try to drag the sprite that says, "With exact dragging," by clicking on one of the eyes and dragging. You will notice that instead of snapping to the mouse pointer, the sprite is dragged from its eye. This is exact dragging. Exact dragging can be used in almost every drag and drop project and it looks much cleaner than Scratch's own dragging block. If you would not like to use the code inside of this project, you can also get exact dragging be adding a "drag mode: draggable" block to your sprite.

Project Details

Project ID291450160
CreatedMarch 5, 2019
Last ModifiedMarch 6, 2019
SharedMarch 6, 2019
Visibilityvisible
CommentsAllowed