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

#1 2007-05-17 01:32:17

eyal
Scratcher
Registered: 2007-05-17
Posts: 1

Hi, question: can you export Scratch file...

...as any kind of animated file for download as well as viewed online?

thanx  smile

Offline

 

#2 2007-05-17 06:43:10

Bridges-PdP
Scratcher
Registered: 2007-05-15
Posts: 9

Re: Hi, question: can you export Scratch file...

I don't think there is any kind of 'export as...' function at this time. The forum has many questions/requests for formats such as QT MOV, SWF, EXE, etc., but right now Scratch projects are predominantly web-based. They can be embedded in other web pages, or played from a CD (http://scratch.mit.edu/forums/viewtopic.php?pid=790#p790).

You may also want to search the forum for Camtasia which is a nice screen capturing utility and information about how to use it to capture your project for posting on sites such as YouTube.


HTH,

Scott

Offline

 

#3 2007-05-17 12:40:08

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: Hi, question: can you export Scratch file...

Remember that a Scratch project can be interactive. This means that you can get user input from the keyboard or the mouse. Videos do not have that capability. They are just played.

For that reason exporting into a video format seems very limiting. It could be useful for those Scratch projects that are only animations but a lot of projects go beyond that.

So I do not expect having an export into video (MOV, MPEG, etc) functionality any time soon.

On the other hand, I do see a point in being able to export as Flash (SWF) or EXE (Windows executable). Right now we are focusing on other features but we would welcome help from professional software developers that are interested in taking this challenge.


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

#4 2007-05-18 19:56:26

lramon
Scratcher
Registered: 2007-05-16
Posts: 3

Re: Hi, question: can you export Scratch file...

Hi Andrés,

I've asked this in another thread, but got no reply: Is the save fileformat description available? I'm considering to write a Scratch<-->J2ME converter so that my students would have another reason to dive deeper into programming...

It seems that the conversion of the logic and the media content could be straight-forward. The only problem I see beforehand is the size of the stage, as most mobile phones are taller than wider. May be that rotation could be a solution.

Best regards,
    Luis Ramón

Offline

 

#5 2007-05-18 20:44:11

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: Hi, question: can you export Scratch file...

Luis, thanks a lot for your interest.

We are actually working on a J2ME player with a cell phone company.  Are you a J2ME developer? Do you want to help us?

If so, please contact us at scratch-feedback -at- media.mit.edu

Scratch on!


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

#6 2007-05-19 21:58:05

blacksheepk
Scratcher
Registered: 2007-05-19
Posts: 6

Re: Hi, question: can you export Scratch file...

I have tried a lot of things and none which have worked. I have tried to get my files so that i can play them without opening scratch. So please let me know if you find anything out!

Offline

 

#7 2007-05-19 22:04:16

Bridges-PdP
Scratcher
Registered: 2007-05-15
Posts: 9

Re: Hi, question: can you export Scratch file...

blacksheepk wrote:

I have tried a lot of things and none which have worked. I have tried to get my files so that i can play them without opening scratch. So please let me know if you find anything out!

I don't understand what exactly it is that you're trying.
Your projects can be played directly from this site if you upload them or from within Scratch. They can be run from a CD also if you include all the right Scratch files.

How or where are you trying to get them to run?


Scott

Offline

 

#8 2007-05-19 22:21:29

blacksheepk
Scratcher
Registered: 2007-05-19
Posts: 6

Re: Hi, question: can you export Scratch file...

Bridges-PdP wrote:

blacksheepk wrote:

I have tried a lot of things and none which have worked. I have tried to get my files so that i can play them without opening scratch. So please let me know if you find anything out!

I don't understand what exactly it is that you're trying.
Your projects can be played directly from this site if you upload them or from within Scratch. They can be run from a CD also if you include all the right Scratch files.

How or where are you trying to get them to run?


Scott

I was looking for a button, and trying to move the file to the desktop and then changing the type. Because, if I have no connection i want to play it without opening the program to save time, and make it bigger. But, i found that there is a presentation key. Which helped a bit in playing the game. Do you know how to play them without opening scratch or the web?

Offline

 

#9 2007-05-19 23:21:12

Bridges-PdP
Scratcher
Registered: 2007-05-15
Posts: 9

Re: Hi, question: can you export Scratch file...

blacksheepk wrote:

Bridges-PdP wrote:

blacksheepk wrote:

I have tried a lot of things and none which have worked. I have tried to get my files so that i can play them without opening scratch. So please let me know if you find anything out!

I don't understand what exactly it is that you're trying.
Your projects can be played directly from this site if you upload them or from within Scratch. They can be run from a CD also if you include all the right Scratch files.

How or where are you trying to get them to run?


Scott

I was looking for a button, and trying to move the file to the desktop and then changing the type. Because, if I have no connection i want to play it without opening the program to save time, and make it bigger. But, i found that there is a presentation key. Which helped a bit in playing the game. Do you know how to play them without opening scratch or the web?

Ahh, I see. And I understand now. No, there really isn't a way to run a project without the web or Scratch. Each project is interpreted on the fly each time its run. So, you either have to have Scratch running to interpret it or the java applet on the web running to interpret it. If it were possible to compile it into stand alone code, then what you're wanting would be possible.

Hope this helps,

Scott

Offline

 

#10 2007-05-20 14:15:07

johnm
Scratcher
Registered: 2007-03-08
Posts: 100+

Re: Hi, question: can you export Scratch file...

Hi, blacksheepk.

If you are on WIndows and you did not install Scratch 1.1 using the new Windows Installer file, you might give that a try. You will still need to have Scratch intalled in order to run your project, but the installer makes some registry entries so that when you double-click on a project it starts up Scratch and opens your project.

  -- John

Offline

 

#11 2007-05-20 15:33:37

blacksheepk
Scratcher
Registered: 2007-05-19
Posts: 6

Re: Hi, question: can you export Scratch file...

johnm wrote:

Hi, blacksheepk.

If you are on WIndows and you did not install Scratch 1.1 using the new Windows Installer file, you might give that a try. You will still need to have Scratch intalled in order to run your project, but the installer makes some registry entries so that when you double-click on a project it starts up Scratch and opens your project.

  -- John

Thanks, I'll give it try.

BSK

Offline

 

#12 2007-05-21 01:51:29

Zeberman
Scratcher
Registered: 2007-05-21
Posts: 1

Re: Hi, question: can you export Scratch file...

You could sort of double Scratch up as a 'Scratch player'. So if you export your project in some other format to somewhere like the desktop, and then send it to other people who have scratch, it will not show any of the blocks etc.. but go straight to presentation mode. Also, when you upload your project, does the 'source code' have to be public (so does it have to have the button saying (click here to open it in Scratch?)

Offline

 

#13 2007-06-27 13:42:51

johnm
Scratcher
Registered: 2007-03-08
Posts: 100+

Re: Hi, question: can you export Scratch file...

Hi, all.

A possible way to run a Scratch project locally is to create a local HTML page for the project and run the project inside your web browser. See http://scratch.mit.edu/forums/viewtopic.php?id=127 for details.

There is (intentionally) no way to hide the source code of a Scratch project. We want people to be able to learn by looking at other people's code. But it would be nice to have a way to launch Scratch in presentation mode when you double-click on a project...

  -- John

Offline

 

#14 2008-06-18 22:10:38

Rurigok
Scratcher
Registered: 2008-01-24
Posts: 93

Re: Hi, question: can you export Scratch file...

I remember someone made a way to turn a scratch project into a windows EXE, although i cant remember who.


Creator of Imperion Online(a MMO)
ImperionOnline/Cyclone103's forums.

Offline

 

#15 2008-07-25 10:09:07

gadgetman
Scratcher
Registered: 2008-06-26
Posts: 70

Re: Hi, question: can you export Scratch file...

Rurigok wrote:

I remember someone made a way to turn a scratch project into a windows EXE, although i cant remember who.

jens
-----------------------
http://gadgetmanscratchr.googlepages.com/site.bmphttp://gadgetmanscratchr.googlepages.com/resorces.bmphttp://gadgetmanscratchr.googlepages.com/dtf.bmp

Last edited by gadgetman (2008-12-21 13:41:29)


http://gadgetmanscratchr.googlepages.com/site.bmphttp://gadgetmanscratchr.googlepages.com/resorces.bmphttp://gadgetmanscratchr.googlepages.com/dtf.bmp

Offline

 

#16 2008-07-30 17:36:54

mkolpnji
Scratcher
Registered: 2007-07-20
Posts: 100+

Re: Hi, question: can you export Scratch file...

Bridges-PdP wrote:

blacksheepk wrote:

Bridges-PdP wrote:


I don't understand what exactly it is that you're trying.
Your projects can be played directly from this site if you upload them or from within Scratch. They can be run from a CD also if you include all the right Scratch files.

How or where are you trying to get them to run?


Scott

I was looking for a button, and trying to move the file to the desktop and then changing the type. Because, if I have no connection i want to play it without opening the program to save time, and make it bigger. But, i found that there is a presentation key. Which helped a bit in playing the game. Do you know how to play them without opening scratch or the web?

Ahh, I see. And I understand now. No, there really isn't a way to run a project without the web or Scratch. Each project is interpreted on the fly each time its run. So, you either have to have Scratch running to interpret it or the java applet on the web running to interpret it. If it were possible to compile it into stand alone code, then what you're wanting would be possible.

Hope this helps,

Scott

There actually is a way. If you use Jens' Scratch2EXE you can run the project without Scratch installed.


http://i723.photobucket.com/albums/ww232/mkolpnji/signaturebanner.gif

Offline

 

#17 2008-12-29 20:46:43

frogger3140
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Hi, question: can you export Scratch file...

Bridges-PdP wrote:

I don't think there is any kind of 'export as...' function at this time. The forum has many questions/requests for formats such as QT MOV, SWF, EXE, etc., but right now Scratch projects are predominantly web-based. They can be embedded in other web pages, or played from a CD (http://scratch.mit.edu/forums/viewtopic.php?pid=790#p790).

You may also want to search the forum for Camtasia which is a nice screen capturing utility and information about how to use it to capture your project for posting on sites such as YouTube.


HTH,

Scott

Scratch files can be saved in a place on your local computer. You can move it to a volume.

Last edited by frogger3140 (2008-12-29 20:47:09)


http://j.mp/piBfFy
Woo, even better minecraft clone! | I feel that programming is better than animation, because you can interact with games but not animations.

Offline

 

#18 2009-10-03 12:29:27

ZombieKiller10
Scratcher
Registered: 2009-05-16
Posts: 1

Re: Hi, question: can you export Scratch file...

how can i put a scratch video onto a disk

Offline

 

#19 2009-10-12 00:37:50

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: Hi, question: can you export Scratch file...

Scratch is not a video...


Hai.

Offline

 

#20 2009-11-12 08:58:24

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

Re: Hi, question: can you export Scratch file...

if you write the html... (in it, you can change the height and width of applet container)
you can play Scratch in RealPlayer which gives you a great interface.

Quick guide for Scratch OFFline:
TestingGrounds

_____________________________

Offline

 

#21 2009-11-12 18:46:37

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: Hi, question: can you export Scratch file...

To make it into EXE, just use this post:
http://scratch.mit.edu/forums/viewtopic.php?id=23910


Hai.

Offline

 

#22 2010-04-16 17:58:05

me450
Scratcher
Registered: 2009-03-31
Posts: 56

Re: Hi, question: can you export Scratch file...

eyal wrote:

...as any kind of animated file for download as well as viewed online?

thanx  smile

Jens chirp compiler

Offline

 

#23 2010-04-17 13:09:06

nobunny
Scratcher
Registered: 2009-03-30
Posts: 7

Re: Hi, question: can you export Scratch file...

johnm wrote:

Hi, all.

A possible way to run a Scratch project locally is to create a local HTML page for the project and run the project inside your web browser. See http://scratch.mit.edu/forums/viewtopic.php?id=127 for details.

There is (intentionally) no way to hide the source code of a Scratch project. We want people to be able to learn by looking at other people's code. But it would be nice to have a way to launch Scratch in presentation mode when you double-click on a project...

  -- John

Jens' BYOB can compile projects into EXEs. You can then run that file which opens in presentation mode, and closes the window when you try to exit into the interface to see the scripts.

More info can be found in other parts of advanced topics:
  http://scratch.mit.edu/forums/viewtopic.php?id=10887

Hope it helps  smile

Offline

 

#24 2010-06-23 16:25:16

GraemeK
Scratcher
Registered: 2010-06-14
Posts: 73

Re: Hi, question: can you export Scratch file...

Bridges-PdP wrote:

I don't think there is any kind of 'export as...' function at this time. The forum has many questions/requests for formats such as QT MOV, SWF, EXE, etc
...

If you use the BYOB program, you can go to 'Share' then 'Compile this project'.

Basically, this exports it as an .exe file!!

Hope this helps.

__________
Graeme


http://internetometer.com/image/13865.png

Offline

 

#25 2010-06-23 16:27:32

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

Re: Hi, question: can you export Scratch file...

GraemeK wrote:

Bridges-PdP wrote:

I don't think there is any kind of 'export as...' function at this time. The forum has many questions/requests for formats such as QT MOV, SWF, EXE, etc
...

If you use the BYOB program, you can go to 'Share' then 'Compile this project'.

Basically, this exports it as an .exe file!!

Hope this helps.

__________
Graeme

This is a really old thread... When that was written, BYOB didn't exist, and that user is no longer active.

Offline

 

Board footer