This script is for those of you who want sprites to be draggable sometimes, but not others. clicking the little lock that says "Draggable on Website" will make sprites always draggable. Using a variable called drag, you can turn in and off whether it is draggable. When the variable drag is 1, the sprite can be dragged, and when it is 0, it can't be dragged. I know that there is another drag sprite included with scratch, but there are some tiny flaws that mine doesn't have. If you click anywhere on the screen and drag into the previous drag sprite, it will catch instead of only working when the mouse is on it at first. It also jumps to the middle of the mouse pointer instead of dragging where it is clicked. I have included my drag sprite and the previous one in this project so you can compare them and see the previous glitches I have fixed.