Yes. Whew. Thats a long title.
Well, I would like to know how this is done. I have seen Daffy22 and johnnydean1 do this, so I know it is possible.
in my mod Ribbit, I will have the option to make simple console applications (think DOS or BATCH). But how?
Offline
MAke the blocks write to a test file upon launch
then make the test file form into another file via a file (squeak can't)
Offline
bbbeb wrote:
MAke the blocks write to a test file upon launch
then make the test file form into another file via a file (squeak can't)
remember to make a file via a file that creates the file required by the file to make a file...
Offline
LS97 wrote:
bbbeb wrote:
MAke the blocks write to a test file upon launch
then make the test file form into another file via a file (squeak can't)remember to make a file via a file that creates the file required by the file to make a file...
![]()
You make it so there already is a test file
and copy that file under the name you want to a whole new file
Offline
I'll try...
Offline
I :
made the blocks - used them in a project - run the project - I export a project summary - cut out the blocks - save them to a file - run the file.
Offline