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

#1 2012-07-29 12:17:27

Rasengankirby
Scratcher
Registered: 2012-05-15
Posts: 14

How do you make a title?

I am doing a Kirby Super Star Ultra game and I need to make a title for it, but I'm not sure how to.

Offline

 

#2 2012-07-29 12:21:11

gfchll
Scratcher
Registered: 2012-04-21
Posts: 100+

Re: How do you make a title?

create new sprite>Text button>type the title>chanege font and size(if you want)>click ok>you're done!


HELLO EVERYBODY!

Offline

 

#3 2012-07-29 12:25:56

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: How do you make a title?

1) Make a background with your title on.
2) Make a play button as a sprite.
3) Put this script in your background:

when gf clicked
switch to background [title v]
4) Put this script in your play sprite:
when gf clicked
show
5) Put this script in your play sprite:
when play clicked
broadcast [play v]
6) Make the game start scripts start with:
when I receive [play v]

Last edited by JH1010 (2012-07-29 12:46:35)

Offline

 

#4 2012-07-29 12:39:43

Rasengankirby
Scratcher
Registered: 2012-05-15
Posts: 14

Re: How do you make a title?

Thanks.

Offline

 

Board footer