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

#1 2012-11-04 02:15:55

nadiya2000
Scratcher
Registered: 2012-04-27
Posts: 15

Variables to text

Hi! Everybody! I'm making more project!
But i need your help! How do i make variable to text?


Someone remix my project?
Just Add yourself to my project for remix!

Offline

 

#2 2012-11-04 02:28:24

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Variables to text

What?


http://i46.tinypic.com/6yd4c0.png

Offline

 

#3 2012-11-04 02:55:08

nadiya2000
Scratcher
Registered: 2012-04-27
Posts: 15

Re: Variables to text

Laternenpfahl wrote:

What?

How can i make Variables to text! Somebody help me!


Someone remix my project?
Just Add yourself to my project for remix!

Offline

 

#4 2012-11-04 07:54:34

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Variables to text

Well, if you want to display a variable on the screen, you would use the Say block

when gf clicked
set X to [Hello World]
say (X)
To print a variable on the stage is considerably more difficult.  Most people build a sprite with a separate costume for each letter and number.  Then, they use the "letter of" reporter block to pull the variable apart one character at a time and stamp it on the background.  Somebody probably has an example of this somewhere  smile


http://i39.tinypic.com/2nav6o7.gif

Offline

 

Board footer