Pages: 1
Topic closed
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
Offline
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.
Offline
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)

Offline
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
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?

Offline
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
Topic closed
Pages: 1