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

#1 2012-03-20 00:28:34

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

panther and files

in panther im trying to make a project write the answer to a question it asked to a file but i need it on a new line here is an example

i want the file to look like

word
word2

but as is it looks like

wordword2

can anyone help me


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#2 2012-03-20 00:53:33

itsmomito
Scratcher
Registered: 2008-03-28
Posts: 100+

Re: panther and files

In the operator blocks section. The last block on the bottom should be used to make a new line. You can write word to the file, than that operator to the file to create a new line and then write word2.  smile

Offline

 

#3 2012-03-22 06:43:05

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: panther and files

itsmomito wrote:

In the operator blocks section. The last block on the bottom should be used to make a new line. You can write word to the file, than that operator to the file to create a new line and then write word2.  smile

Which operator block's that? Is there a new version of panther or something or is it in the block library?

Offline

 

#4 2012-03-22 14:15:57

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: panther and files

([pi v])
Change pi to newline.

Offline

 

Board footer