How can i convert ( if this is possible ) rage ( http://scratch.mit.edu/forums/viewtopic.php?id=54881 ) projects to .exe?
Offline
You would have to modify Rage a little, and make Rage save as an SB (you can use LS97's convertor, linked below)
http://dl.dropbox.com/u/11532575/ExternalXR.exe

Offline
I could make one up and have it here in a few days...I've got some homework to do, but I'll work on it after that.

Offline
OK, so here's how to convert projects from Rage to an EXE:
1. Save your project as a .sb file by using the extension converter (linked a few posts above)
2. Get Scratch2EXE (just use search), and open "kit".
3. Replace "runtime" with Rage 1.3.1.image and rename it "runtime"
***Only if you don't what it to show scripts at the end***
4. open runtime.image.
5. Go to control, and double click enable programmer facilities.
6. Shift-click the blue dot in the middle of the logo (upper left)
7. Click in the white space that appears, then click open, then browser.
8. Go to ScratchFrameMorph, ScratchPresenterMorph, ButtonActions, Exit Presentation.
9. Replace all the code in there with:
exitPresentation
Smalltalk snapshot: false andQuit: trueI understand that this may be extremely confusing. If you have questions, feel free to ask, and if you are having a lot of problems, I may just post a zip file with everything set (although I'd rather not, so that you learn to do it yourself
)

Offline