Hi Everyone
Is there any chance someone can look into making some scrolling credits for my project. because im quite new to this i not sure if it is possible and if it is how.
Thanks if anyone can help
Offline
This should be pretty simple. All you need is to make a sprite with all of the words in your credits (while you are writing the credits, if it goes to the bottom, keep going down, you can keep writing even if it goes past the bottom of the paint screen, it will still show up).
Then put in a script like this:
Change the [set y to (-180)] block to whatever is the lowest y position your sprite can go to. To find out what that number is, use [set y to (-1000)] and look at it's y position.
Change the {repeat until <y position = (180)> to the number you had before, only without a negative symbol before it.
Did you understand that, or should I make it clearer?
Last edited by Kileymeister (2010-03-07 16:25:15)
Offline