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

#1 2009-10-06 14:30:53

masterhand7
Scratcher
Registered: 2009-10-05
Posts: 100+

How to make credits for a movie?

How can I insert a credits section into my movie? I want some credits that are accessible by a menu button. Can anyone walk me through programming this? Also, can anyone show me how to program a menu screen in Scratch?  hmm


Click here to see the first iPhone virus!
http://www.danasoft.com/sig/MASTERHAND7PWNZ.jpg

Offline

 

#2 2009-10-06 15:20:48

-Vizard-
Scratcher
Registered: 2009-10-06
Posts: 76

Re: How to make credits for a movie?

Ok, so I showed you how to program the menu, so here's how to add the credits:
First, make a new sprite for the button, and put this code in it:

When GreenFlag Clicked
Show
Go to Front

Then add

When I Receive Play
Hide

and

When Credits Clicked
Broadcast Credits
Hide

Add this to the background and the play button:

When I receive Credits
Hide

Now make a new sprite with the credits, and add this code:

When I receive Credits
Show

And

When Greenflag Clicked
Hide

Now make another new sprite, have it be a back button, and add this code:

When Greenflag Clicked
Hide

And

When Back Clicked
Broadcast Menu
Hide

Again, add this to the credits:

When I receive Menu
Hide

and add this to the background, play button, and credits button:

When I receive Menu
Show

And only add this to the above code for the buttons:

Go to Front

I believe that's it, if you have any questions, go ahead and ask, or if it doesn't work.

~Spine


http://img40.imageshack.us/img40/4921/vizardp.png

Offline

 

Board footer