Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do you make text appear?
- CEOofApple
-
Scratcher
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
-
Scratcher
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
-
Scratcher
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
-
Scratcher
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
-
Scratcher
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
-
Scratcher
1000+ posts
How do you make text appear?
Still not sure what you mean. Do you mean where people can click on the text?He's talking about this featured project: 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:
when gf clicked
set [ghost v] effect to (100)
repeat (20)//To show the text.
change [ghost v] effect by (-5)
end
repeat (20)//To hide the text.
change [ghost v] effect by (5)
end
Do you see how I did it?
Asking,
ErnieParke
Last edited by ErnieParke (Oct. 19, 2013 00:14:01)
- CEOofApple
-
Scratcher
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
-
Scratcher
1000+ 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.Have you looked inside this project to see how they do it?
- CEOofApple
-
Scratcher
38 posts
How do you make text appear?
@ErniePark
Thanks!!! It helped me a lot!!!
#CEOofApple
Thanks!!! It helped me a lot!!!
#CEOofApple
- CEOofApple
-
Scratcher
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
-
Scratcher
38 posts
How do you make text appear?
Still not sure what you mean. Do you mean where people can click on the text?He's talking about this featured project: 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:when gf clicked
set [ghost v] effect to (100)repeat (20)//To show the text.
change [ghost v] effect by (-5)
endrepeat (20)//To hide the text.
change [ghost v] effect by (5)
end
Do you see how I did it?
Asking,
ErnieParke
What is the text though? How do you put it in?
#CEOofApple
- drmcw
-
Scratcher
1000+ posts
How do you make text appear?
Go into the costume editor and select the text tool (T) then type away.Still not sure what you mean. Do you mean where people can click on the text?He's talking about this featured project: 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:when gf clicked
set [ghost v] effect to (100)repeat (20)//To show the text.
change [ghost v] effect by (-5)
endrepeat (20)//To hide the text.
change [ghost v] effect by (5)
end
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
-
Scratcher
38 posts
How do you make text appear?
Go into the costume editor and select the text tool (T) then type away.Still not sure what you mean. Do you mean where people can click on the text?He's talking about this featured project: 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:when gf clicked
set [ghost v] effect to (100)repeat (20)//To show the text.
change [ghost v] effect by (-5)
endrepeat (20)//To hide the text.
change [ghost v] effect by (5)
end
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?




