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

#1 2009-07-25 22:28:24

WiiRocks
Scratcher
Registered: 2007-08-24
Posts: 14

Can you skip lines in a speech bubble?

I am making a game and I want to have the say block say something but I want it to skip a line when I want it to. Usually enter but that just confirms the change. I tried ctrl+enter doesn't work either. How can I get my speech bubble looking like this?

"Hi
Speech Bubble
Line3
Line4"

instead of

"Hi Speech Bubble
Line3 Line4"

???  for anyone wondering, i'm using the[blocks]<say[[/blocks] block

Offline

 

#2 2009-07-25 22:33:06

TimeFreeze
Scratcher
Registered: 2008-08-11
Posts: 500+

Re: Can you skip lines in a speech bubble?

nope, you can't do that unfortunately...


There are 10 types of people in this world: Those who understand binary, and those who don't. --[insert unrelated transition]-- GRANDILOQUENCE FTW!

Offline

 

#3 2009-07-26 00:30:16

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: Can you skip lines in a speech bubble?

You might be able to put spaces until you reach a new line. It would take some testing, but speech bubbles have a point where they separate what you type into lines.

Last edited by hmnwilson (2009-07-26 00:31:28)


I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

#4 2009-07-26 00:50:46

WiiRocks
Scratcher
Registered: 2007-08-24
Posts: 14

Re: Can you skip lines in a speech bubble?

that's a shame. would make my life alot easier.

Offline

 

#5 2009-07-26 05:33:14

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

Re: Can you skip lines in a speech bubble?

Well...I hesitate to bring it up, but there IS a way to do it.  But it doesn't work online.  If you still want to play with it here is how you can do it.

1. Make a list - You need a list to make the special character that does the trick
2. Make a new item in the list by clicking on the + sign and clicking in the item box
3. Hold down the Ctrl key and then press the Enter key.  You should get an item that is two lines high
4. Delete any items that are only one line high leaving only the two line high item
5. Now, make a variable called CR and set the value of CR to your list.  That will dump the special character into the CR variable.  You can delete the list at this point, it has done it's job.
6. With the CR variable and the Join block, you can build up a text strings that have return characters in them!

I can make a demo if you would like...but it won't work online.


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

Offline

 

Board footer