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

#1 2008-09-19 19:18:45

Louisrulz
Scratcher
Registered: 2008-09-07
Posts: 4

Making a scratch project into a stand alone appliaction

How do you make a scratch project into a stand alone application on a mac?  So it does not need scratch to run it, when you open it it does not go to the editor etc etc...  Can you do that on a mac??  If you can, how do you do it?  : )?

Offline

 

#2 2008-09-19 19:20:16

Louisrulz
Scratcher
Registered: 2008-09-07
Posts: 4

Re: Making a scratch project into a stand alone appliaction

The project that I want to make stand alone is at:http://scratch.mit.edu/projects/Louisrulz/268145

Thanks!

Offline

 

#3 2008-09-19 19:27:49

keroro645
Scratcher
Registered: 2008-06-07
Posts: 1000+

Re: Making a scratch project into a stand alone appliaction

No i dont think you can.You mean like its own program?

Offline

 

#4 2008-09-19 20:38:53

painthorseluvr
Scratcher
Registered: 2008-03-10
Posts: 28

Re: Making a scratch project into a stand alone appliaction

There are some programs like Jens' Scratch2Exe that will do that, but I don't know if you can use an .exe. I don't have a Mac, so what do I know  roll

Offline

 

#5 2008-09-19 22:03:20

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Making a scratch project into a stand alone appliaction

painthorseluvr wrote:

There are some programs like Jens' Scratch2Exe that will do that, but I don't know if you can use an .exe. I don't have a Mac, so what do I know  roll

As far as I know, Jen's Scratch2Exe will only work on Windows computers.  I don't know of a solution for the Mac platform.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#6 2008-09-20 04:26:43

Louisrulz
Scratcher
Registered: 2008-09-07
Posts: 4

Re: Making a scratch project into a stand alone appliaction

Well, so it does not need scratch to open & when it is opened it does not go to the editor...
                                            I wonder it there is one for mac???

Hope so...

Offline

 

#7 2008-09-20 13:49:18

yambanshee
Scratcher
Registered: 2007-11-06
Posts: 500+

Re: Making a scratch project into a stand alone appliaction

Where do you download Jens' Scratch2Exe?

Offline

 

#8 2008-09-20 16:35:45

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: Making a scratch project into a stand alone appliaction

You can download Scratch2Exe from http://chirp.scratchr.org However it is currently only useful for Scratch v. 1.2.1 compatible projects and will *not* work for v.1.3. projects until the updated source code comes out, which might take another while.


Jens Mönig

Offline

 

#9 2008-09-20 17:44:32

dbal
Scratcher
Registered: 2007-07-19
Posts: 100+

Re: Making a scratch project into a stand alone appliaction

Louisrulz wrote:

How do you make a scratch project into a stand alone application on a mac?  So it does not need scratch to run it, when you open it it does not go to the editor etc etc...  Can you do that on a mac??  If you can, how do you do it?  : )?

I may have dreamed this, but I seem to recall that it is possible to convert a Scratch project to a local Java applet.  Not quite the same as a stand-alone exe file, but effectively stand alone for computers with the Java JRE installed.


Dick Baldwin - Don't get stuck scratching. When you master Scratch, move on up to more serious programming languages. Free online programming tutorials:
Scratch - Alice - Java - C# - C++ - JavaScript - XML - Python - DSP

Offline

 

#10 2008-09-21 15:08:00

Louisrulz
Scratcher
Registered: 2008-09-07
Posts: 4

Re: Making a scratch project into a stand alone appliaction

How do you convert it? Is there a program to do it?
Thanks!

Offline

 

#11 2008-12-30 13:39:00

MotherHoose
Scratcher
Registered: 2008-07-27
Posts: 5

Re: Making a scratch project into a stand alone appliaction

Yes You Can!

make Scratch into a standalone on any computer!

Right column of the Scratch site with your program:
     click Embed and *copy* the applet script

paste in a simple html file
...save as *anyName*.html
...open with a browser or RealPlayer (which is nice for games!)


Love... from Mother

Offline

 

#12 2008-12-30 13:40:50

MotherHoose
Scratcher
Registered: 2008-07-27
Posts: 5

Re: Making a scratch project into a stand alone appliaction

Simple html:

<html>
<head>

<title>

YouNameIt!

</title>

<body>

*Paste applet here*

</body>
</html>

Offline

 

#13 2008-12-30 14:32:35

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Making a scratch project into a stand alone appliaction

MotherHoose wrote:

Simple html:

<html>
<head>

<title>

YouNameIt!

</title>

<body>

*Paste applet here*

</body>
</html>

That's not a standalone application.

Offline

 

#14 2008-12-30 14:46:27

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Making a scratch project into a stand alone appliaction

Try this:
On a Windows, run the Chirp compiler.
Take the .image file that shows up in the folder
Transfer it to your mac via memory stick.
Open it with the Scratch application.
(This is untested and I am very unsure as to whether there is an image in the folder, but you never know, eh?)
UPDATE: Tested and no workingness

Last edited by coolstuff (2008-12-30 14:48:57)

Offline

 

#15 2008-12-30 16:35:28

MotherHoose
Scratcher
Registered: 2008-07-27
Posts: 5

Re: Making a scratch project into a stand alone appliaction

coolstuff...

Well technically no program stands alone...they all run on the os.

just giving a quick way to share games with friends when they don't do Scratch or if one doesn't have a website.

Liked your website...disappointed I always was HP in the quiz!

Offline

 

Board footer