Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How To Make A Rolling Credits Screen
- Prince_Toast
-
Scratcher
96 posts
How To Make A Rolling Credits Screen
I really need help making a credits sprite for a good game I'm making, how would I do the scrolling without having a separate sprite for each line of text?
- samurai_master123
-
Scratcher
100+ posts
How To Make A Rolling Credits Screen
You could use clones and sort them so:
and then just make the clones go the direction you want, tell me if you don't understand
repeat (Screens Amount)
next costume
change y by [screen height]
create clone of [Credits v]
end
and then just make the clones go the direction you want, tell me if you don't understand
- idkhow2type
-
Scratcher
100+ posts
How To Make A Rolling Credits Screen
make a really long costume for the entire credit and have it move up gradually (this is a joke but i think it might actually work)
- Jlerpy
-
Scratcher
1000+ posts
How To Make A Rolling Credits Screen
make a really long costume for the entire credit and have it move up gradually (this is a joke but i think it might actually work)
Quick project from this idea
Last edited by Jlerpy (June 17, 2022 00:34:09)
- lion334
-
Scratcher
100+ posts
How To Make A Rolling Credits Screen
make a really long costume for the entire credit and have it move up gradually (this is a joke but i think it might actually work)It does btw!!! I've seen this before at a Lyrics Video
- mstone326
-
Scratcher
1000+ posts
How To Make A Rolling Credits Screen
Here is a simple scrolling credits I made for my students that uses one sprite an as many costumes as you need. It will auto count how many costumes you have so you don't have to edit the number of times it will repeat.
https://scratch.mit.edu/projects/230642958/
https://scratch.mit.edu/projects/230642958/
- Discussion Forums
- » Help with Scripts
-
» How To Make A Rolling Credits Screen