Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » DVD screensaver script
- gmd65
-
Scratcher
44 posts
DVD screensaver script
I made a DVD screensaver in Scratch (because of memes), but it doesn't work.
https://scratch.mit.edu/projects/289595112/
What's wrong?
https://scratch.mit.edu/projects/289595112/
What's wrong?
- deck26
-
Scratcher
1000+ posts
DVD screensaver script
What's wrong with it? You're gliding to impossible positions so the sprite will hit an edge and slide along it.
- gmd65
-
Scratcher
44 posts
DVD screensaver script
What's wrong with it? You're gliding to impossible positions so the sprite will hit an edge and slide along it.But I programed it to stop when it hits one.
- deck26
-
Scratcher
1000+ posts
DVD screensaver script
The code doesn't move on from a glide block until the glide is completed so there's no point stopping other scripts when the glide has finished.What's wrong with it? You're gliding to impossible positions so the sprite will hit an edge and slide along it.But I programed it to stop when it hits one.
- gmd65
-
Scratcher
44 posts
DVD screensaver script
Nevermind. I just wanted to make it smooth.The code doesn't move on from a glide block until the glide is completed so there's no point stopping other scripts when the glide has finished.What's wrong with it? You're gliding to impossible positions so the sprite will hit an edge and slide along it.But I programed it to stop when it hits one.
- Anonymous1212144
-
Scratcher
100+ posts
DVD screensaver script
Will this help?
forever
if <<([abs v] of (x position)) > [235]> or <([abs v] of (y position)) > [175]>> then
bounce
else:
move
- Discussion Forums
- » Help with Scripts
-
» DVD screensaver script



