This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-11-20 09:55:10

FanMarioPL
Scratcher
Registered: 2011-04-14
Posts: 52

how can i convert ( to .exe ) projects from rage?

How can i convert ( if this is possible ) rage ( http://scratch.mit.edu/forums/viewtopic.php?id=54881 ) projects to .exe?

Offline

 

#2 2011-11-20 19:40:23

danwoodski
Scratcher
Registered: 2009-12-23
Posts: 100+

Re: how can i convert ( to .exe ) projects from rage?

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


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://dl.dropbox.com/u/12506914/Pics/p2e-2.png&link2=http://dl.dropbox.com/u/12506914/Pics/ms.png&link3=http://dl.dropbox.com/u/12506914/Pics/block%20lib.png
Starting to move on to other languages, but I'll still be around from time to time  smile

Offline

 

#3 2011-11-27 10:46:21

Pankaj11
New Scratcher
Registered: 2011-11-27
Posts: 12

Re: how can i convert ( to .exe ) projects from rage?

This one is new idea for me... I think this is not possible as i know...

Offline

 

#4 2011-11-27 13:10:47

danwoodski
Scratcher
Registered: 2009-12-23
Posts: 100+

Re: how can i convert ( to .exe ) projects from rage?

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.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://dl.dropbox.com/u/12506914/Pics/p2e-2.png&link2=http://dl.dropbox.com/u/12506914/Pics/ms.png&link3=http://dl.dropbox.com/u/12506914/Pics/block%20lib.png
Starting to move on to other languages, but I'll still be around from time to time  smile

Offline

 

#5 2011-11-30 19:36:36

danwoodski
Scratcher
Registered: 2009-12-23
Posts: 100+

Re: how can i convert ( to .exe ) projects from rage?

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:

Code:

exitPresentation
    Smalltalk snapshot: false andQuit: true

I 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  smile  )


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://dl.dropbox.com/u/12506914/Pics/p2e-2.png&link2=http://dl.dropbox.com/u/12506914/Pics/ms.png&link3=http://dl.dropbox.com/u/12506914/Pics/block%20lib.png
Starting to move on to other languages, but I'll still be around from time to time  smile

Offline

 

Board footer