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

#1 2009-05-20 21:58:22

Kittyofdoom
Scratcher
Registered: 2008-03-16
Posts: 28

Is anyone working on an advanced version of scratch?

I'm just asking, I haven't been here for months and now I'm pretty good with C#, real easy, but is anyone working on improving scratch to includ true 3d graphics, multiplayer, or how about having a wider range of functions? If anyone is please tell me! I would help but my skills are limited to XNA and C#. long time no see scratch... I'll be interested again


<applet id='ProjectApplet' style='display:block' code='ScratchApplet' codebase='http://scratch.mit.edu/static/misc' archive='ScratchApplet.jar' height='387' width='482'><param name='project' value='../../static/projects/Kittyofdoom/139310.sb'></applet> <a href='http://scratch.mit.edu/projects/Kittyofdoom/139310'>Learn more about this project</a>

Offline

 

#2 2009-05-20 22:04:12

fruit
Scratcher
Registered: 2009-04-24
Posts: 1000+

Re: Is anyone working on an advanced version of scratch?

multiplayer is in scratch 1.4


@savi3000 | hcsmp.com

Offline

 

#3 2009-05-21 11:35:58

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: Is anyone working on an advanced version of scratch?

fruit wrote:

multiplayer is in scratch 1.4

It's supposed to be - since they'll not release it 'till June we don't know if it's gonna include online connections.

Anyway, the idea of reprogramming Scratch in C# seems nice, but sadly no one is doing something like this. Most people just modify Scratch with Squeak Smalltalk.


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#4 2009-05-21 21:50:14

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: Is anyone working on an advanced version of scratch?

There is Elements, Jens' Smalltalk-designed Smalltalk editor, which works a lot like Scratch.
What would be nice is an implementation of Actionscript or a language that is designed to facilitate high-level graphic output (like Scratch) into a Scratch-like environment. Obviously there would have to be some form of library manager and a good help system. The problem is that a language like Java requires a good bit of work to get sprites to display on screen while Actionscript is closed-source and non-reflective (unlike Squeak Smalltalk; Jens' Elements was able to draw on Smalltalk's ability to see its own classes, which meant no rebuilding libraries), which means that it would be quite a pain to manually import all the classes and their methods for use in a development environment. Of course, the environment wouldn't necessarily have to execute the code, just write it.

Ideally, Scratch could be expanded to include functions with parameters and return values, real honest-to-goodness object-oriented programming, and maybe even simplified class creation support. This would throw the door open for just about everything else, like network communication and sprite duplication, things that in my opinion are hard to work with outside of OOP. Unfortunately I can't do any of these things, so we can only hope...

Last edited by fullmoon (2009-05-21 21:50:33)


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#5 2009-05-22 15:57:41

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

Re: Is anyone working on an advanced version of scratch?

In 1.4 there will be some more string functions, such as concatenation. You can also get the user to type in a bunch easier.

Offline

 

#6 2009-05-27 18:08:32

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Is anyone working on an advanced version of scratch?

I am working on a simplified programming enviroment. It's not scratch, but ruby(An amazing text-based completely object-oriented language) and has the same characteristics.

Offline

 

#7 2009-05-27 18:53:40

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: Is anyone working on an advanced version of scratch?

AlanProjects wrote:

I am working on a simplified programming enviroment. It's not scratch, but ruby(An amazing text-based completely object-oriented language) and has the same characteristics.

No way! Can we get some screenshots plz?


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#8 2009-05-27 20:57:18

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Is anyone working on an advanced version of scratch?

fullmoon wrote:

AlanProjects wrote:

I am working on a simplified programming enviroment. It's not scratch, but ruby(An amazing text-based completely object-oriented language) and has the same characteristics.

No way! Can we get some screenshots plz?

Soon.

Offline

 

Board footer