Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do you make text appear?
- CEOofApple
-
38 posts
How do you make text appear?
Hi, I am making this game called Scenaricis but here's the thing I don't know. How do you make text appear?
Thanks
#CEOofApple
Thanks
#CEOofApple
- stevetheipad
-
500+ posts
How do you make text appear?
Good question (and shweet username!) CEOofApple!
The easiest way is probably to make a sprite with the text you want using the image designer within Scratch then show/hide that sprite when you want using blocks. Another way (less customizable) is to show a variable on the screen and set it to the text you want shown.
The easiest way is probably to make a sprite with the text you want using the image designer within Scratch then show/hide that sprite when you want using blocks. Another way (less customizable) is to show a variable on the screen and set it to the text you want shown.
- CEOofApple
-
38 posts
How do you make text appear?
What if I wanted to do it like it appears in The Galactical Apple V.S Android?
- CEOofApple
-
38 posts
How do you make text appear?
Play the game “Galactical Apple V.S Android.” Text shows up like “something about apple and siri.”
- stevetheipad
-
500+ posts
How do you make text appear?
Still not sure what you mean. Do you mean where people can click on the text?
- ErnieParke
-
1000+ posts
How do you make text appear?
He's talking about this featured project: Still not sure what you mean. Do you mean where people can click on the text?The Galatical Android vs Apple
@CEOofApple:
If you want to do the same thing as in The Galatical Android vs Apple, you do the same thing above with creating some text in a sprite. This time, though, use these pieces of code to hide/show them smoothly:
Do you see how I did it?
Asking,
ErnieParke
Last edited by ErnieParke (Oct. 19, 2013 00:14:01)
- CEOofApple
-
38 posts
How do you make text appear?
No, I mean when, like when you are playing the game. While its going, and these pictures show up, text starts to appear explaining the situation.
- scubajerry
-
1000+ posts
How do you make text appear?
Have you looked inside this project to see how they do it? No, I mean when, like when you are playing the game. While its going, and these pictures show up, text starts to appear explaining the situation.
- CEOofApple
-
38 posts
How do you make text appear?
@ErniePark
Thanks!!! It helped me a lot!!!
#CEOofApple
Thanks!!! It helped me a lot!!!
#CEOofApple
- CEOofApple
-
38 posts
How do you make text appear?
@scubajerry
Yeah, I've tried but I only started scratch last week so I get a bit confused sometimes.
#CEOofApple
Yeah, I've tried but I only started scratch last week so I get a bit confused sometimes.
#CEOofApple
- CEOofApple
-
38 posts
How do you make text appear?
He's talking about this featured project: Still not sure what you mean. Do you mean where people can click on the text?The Galatical Android vs Apple
@CEOofApple:
If you want to do the same thing as in The Galatical Android vs Apple, you do the same thing above with creating some text in a sprite. This time, though, use these pieces of code to hide/show them smoothly:
Do you see how I did it?
Asking,
ErnieParke
What is the text though? How do you put it in?
#CEOofApple
- drmcw
-
1000+ posts
How do you make text appear?
Go into the costume editor and select the text tool (T) then type away.He's talking about this featured project: Still not sure what you mean. Do you mean where people can click on the text?The Galatical Android vs Apple
@CEOofApple:
If you want to do the same thing as in The Galatical Android vs Apple, you do the same thing above with creating some text in a sprite. This time, though, use these pieces of code to hide/show them smoothly:
Do you see how I did it?
Asking,
ErnieParke
What is the text though? How do you put it in?
#CEOofApple
Last edited by drmcw (Oct. 19, 2013 06:24:10)
- CEOofApple
-
38 posts
How do you make text appear?
Go into the costume editor and select the text tool (T) then type away.He's talking about this featured project: Still not sure what you mean. Do you mean where people can click on the text?The Galatical Android vs Apple
@CEOofApple:
If you want to do the same thing as in The Galatical Android vs Apple, you do the same thing above with creating some text in a sprite. This time, though, use these pieces of code to hide/show them smoothly:
Do you see how I did it?
Asking,
ErnieParke
What is the text though? How do you put it in?
#CEOofApple
Still confused.
#CEOofApple
- Discussion Forums
- » Help with Scripts
-
» How do you make text appear?