This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Advanced Topics
  •  » I have modified the scratch source code - how do I export it as an EXE

#1 2010-02-20 13:33:16

GB91
Scratcher
Registered: 2010-02-20
Posts: 7

I have modified the scratch source code - how do I export it as an EXE

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

 

#2 2010-02-24 00:11:12

billyedward
Scratcher
Registered: 2008-01-03
Posts: 500+

Re: I have modified the scratch source code - how do I export it as an EXE

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.


"I'd love to change the world, but they haven't released the source code yet."
Check out the latest version of Streak --> http://billy.scienceontheweb.net/Streak

Offline

 
  • Index
  •  » Advanced Topics
  •  » I have modified the scratch source code - how do I export it as an EXE

Board footer