This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-03-07 15:17:16

Govyblud
Scratcher
Registered: 2010-01-23
Posts: 4

Scrolling Credits???

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  smile


http://scratch.mit.edu/projects/Govyblud/919984 Scratch Cave Game V.2 now with survival mode!!!

Offline

 

#2 2010-03-07 16:24:40

Kileymeister
Scratcher
Registered: 2008-04-17
Posts: 1000+

Re: Scrolling Credits???

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:

http://i47.tinypic.com/2rcsy74.gif

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?  smile

Last edited by Kileymeister (2010-03-07 16:25:15)


I'm back, and showcasing two new* projects!  Click left or right on the image below to see!
http://img109.imageshack.us/img109/7905/part1l.pnghttp://img859.imageshack.us/img859/6417/part2bf.png

Offline

 

Board footer