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
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