Some of you may know, I have been working on a fake compiler for scratch projects that can make exes and apps. It is almost done but still in complete alpha testing. (Not public.) I still need someone to tell me where the method 'quitScratch' in the source code is because I cannot find it. This compiler may never be published if I can't find it! Here is an example of a project I have compiled, it is one of my friends games.
Turkey Game.zip
once the folder is extracted you will find another folder and inside of that is a shortcut. Open that shortcut to get the game. When my compiler is done, a folder will have to short cuts, one for app and one for exe. I also still need someone to post a link to the scratch.app file. Thank you.
Offline
Smalltalk snapshot: false andQuit: true.
Offline
songhead95 wrote:
Smalltalk snapshot: false andQuit: true.
false andQuit: true.
is this the quit scratch method?
Offline
What Songhead95 wrote is the last line of the quitScratch method.
The quitScratch method is at:
Scratch-UI-Panes > ScratchFrameMorph > -- all -- > quitScratch
Hope it helps!
Offline
yes, but this method immediately exits the vm
Offline
songhead95 wrote:
yes, but this method immediately exits the vm
Yes, yes it is.
Offline
A tip: ALWAYS edit the .plist file on the mac version of the .app to not know any document types. otherwise if you try to open up a .sb file, or a .image file, you will end up opening it with a compiled .app
Offline