Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Anyone know how to make multiple sprites draggable in my project.
- BroCoder992
-
Scratcher
100+ posts
Anyone know how to make multiple sprites draggable in my project.
https://scratch.mit.edu/projects/895066244/
I just want to have a draggable, stretchable window, like the ones on the Microsoft Windows OS.
I also don't really know how to code well, so might need examples.
I just want to have a draggable, stretchable window, like the ones on the Microsoft Windows OS.
I also don't really know how to code well, so might need examples.
- deck26
-
Scratcher
1000+ posts
Anyone know how to make multiple sprites draggable in my project.
It is better not to keep creating new topics asking for much the same thing. Your 3 posts are closely related and my last response to your second topic surely answered this question?
Personally I'd avoid using draggability. Learn to drag an individual sprite using code and you'll have much more control.
Have you actually tried searching to see if others have done this already?
Personally I'd avoid using draggability. Learn to drag an individual sprite using code and you'll have much more control.
Have you actually tried searching to see if others have done this already?
- jaskeI
-
Scratcher
100+ posts
Anyone know how to make multiple sprites draggable in my project.
If you look at sensing there is a block that makes the sprite draggable
- BroCoder992
-
Scratcher
100+ posts
Anyone know how to make multiple sprites draggable in my project.
It is better not to keep creating new topics asking for much the same thing. Your 3 posts are closely related and my last response to your second topic surely answered this question?
Personally I'd avoid using draggability. Learn to drag an individual sprite using code and you'll have much more control.
Have you actually tried searching to see if others have done this already?
I did, everything said to use the block in the sensing blocks. Not sure how to do it. Also I don't get how this is the same thing, I'm just asking how to drag multiple sprites as a group.
- BroCoder992
-
Scratcher
100+ posts
Anyone know how to make multiple sprites draggable in my project.
If you look at sensing there is a block that makes the sprite draggable
I'm asking about making multiple sprites draggable, like if I drag one sprite it'll drag multiple sprites along with it.
- Discussion Forums
- » Help with Scripts
-
» Anyone know how to make multiple sprites draggable in my project.