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

#1 2010-04-27 13:19:16

rep353
Scratcher
Registered: 2010-03-22
Posts: 40

Can you convert projects into c++

As the title suggests Can you convert projects into c++? Any info would be appreciated
thanks

Offline

 

#2 2010-04-27 13:52:19

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Can you convert projects into c++

No.


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#3 2010-04-27 13:54:02

rep353
Scratcher
Registered: 2010-03-22
Posts: 40

Re: Can you convert projects into c++

juststickman wrote:

No.

Can you not do it manually?

Offline

 

#4 2010-04-27 15:21:47

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Can you convert projects into c++

Fanofcena was thinking of making a converter...


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#5 2010-04-27 16:36:38

rep353
Scratcher
Registered: 2010-03-22
Posts: 40

Re: Can you convert projects into c++

What code is scratch written in and how hard would it be to copy the stuff you've made in scratch into a c++ program?

Offline

 

#6 2010-04-27 16:51:42

gershmer
Scratcher
Registered: 2009-02-12
Posts: 1000+

Re: Can you convert projects into c++

rep353 wrote:

What code is scratch written in and how hard would it be to copy the stuff you've made in scratch into a c++ program?

Scratch is written Squeak, based on Smalltalk -80, written in C


Visit my site, Gershmer.net
Leave me a voicemail at my Google Voice number, [removed]

Offline

 

#7 2010-04-27 17:01:41

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

Re: Can you convert projects into c++

gershmer wrote:

rep353 wrote:

What code is scratch written in and how hard would it be to copy the stuff you've made in scratch into a c++ program?

Scratch is written Squeak, based on Smalltalk -80, written in C

...However, Scratch, in terms of a programming language, has very little to do with C. In fact, they're two completely different programming languages. Scratch is an image-based program, C is not. My guess is, it would be insanely difficult to make a converter.

Offline

 

#8 2010-04-27 17:03:06

BWOG
Scratcher
Registered: 2008-09-19
Posts: 1000+

Re: Can you convert projects into c++

coolstuff wrote:

gershmer wrote:

rep353 wrote:

What code is scratch written in and how hard would it be to copy the stuff you've made in scratch into a c++ program?

Scratch is written Squeak, based on Smalltalk -80, written in C

...However, Scratch, in terms of a programming language, has very little to do with C. In fact, they're two completely different programming languages. Scratch is an image-based program, C is not. My guess is, it would be insanely difficult to make a converter.

Yeah. That would be like converting a Flash file to Lua.

Offline

 

Board footer