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

#1 2011-08-10 10:31:56

EdnaC
Scratcher
Registered: 2007-08-28
Posts: 100+

Print a Project (or Sprite)

In the past, I've printed out scripts in text form to use for debug - but what you get isn't very readable.  I think it would be useful to have a way to save as text (or print) a project's or a sprite's scripts with an easy to read format.  Sometimes, scrolling up and down to figure out what scripts are doing is a pain - being able to see them all at once on paper would be nice.

[When GrnFlag Clicked
[ForeverIf <Active = 1>
   [If <Key (Rt Arrow)> Pressed
   [Turn CW (2)]
   [Else
      [If <Key (Lft Arrow)> Pressed
      [Turn CCW (2)]
      ];EndIf
    ];EndIfElse
];EndForeverIf
];End GrnFlag

Offline

 

#2 2011-08-10 10:48:19

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Print a Project (or Sprite)

So have you tried shift-clicking the file menu, and selecting 'Write Project Summary'?

Then you can print the TXT file using notepad or your default text editor.

Offline

 

#3 2011-08-10 21:39:08

EdnaC
Scratcher
Registered: 2007-08-28
Posts: 100+

Re: Print a Project (or Sprite)

Yes, I know about that - the problem is it isn't very readable;  just about worthless...

Offline

 

Board footer