Pages: 1
Topic closed
I have changed the variable color and made a few new blocks. How do I make it work like Chirp or BYOB where it opens as the editor instead of in squeak. Also how do I changeg the name from "Based on Scratch".
Offline
GB91 wrote:
I have changed the variable color and made a few new blocks. How do I make it work like Chirp or BYOB where it opens as the editor instead of in squeak. Also how do I changeg the name from "Based on Scratch".
To save an image, simply choose save from the world menu.
You'll need to run it in the EXE, like scratch. The command line for the exe is as follows:
scratch.exe "imagepath/image.image" "projectpath/project.sb".
Just make a link of that sort to open a project.
To simply run scratch, omit the last parameter.
To change the logo, the easy way is to middle click on it until the halo is around it only, and choose the little drawing icon.
This allows you to edit it to your heart's content.
Offline
Topic closed
Pages: 1