I want to say:
If sprite1 is being dragged, disable behavior "solid" how do I do this?
Develop games in your browser. Powerful, performant & highly capable.
Create a variable 'dragged'.
Add 1 to it when the character is being dragged.
Dragged = 1 -> Set solid - disabled.