Pages: 1 2
Topic closed
http://letmegooglethatforyou.com/?q=MMORPG+creation+tools
As for resources, MIT has a limited amount of money for the scratch project. Severs for online connections would cost way too much.
I also think that you are asking for too much with the 3D stuff and such. I don't even think a huge company could create such a program in java that would allow users to create 3D models that would be played online.
Last edited by archmage (2009-01-23 12:06:47)
Offline
archmage wrote:
http://letmegooglethatforyou.com/?q=MMORPG+creation+tools
As for resources, MIT has a limited amount of money for the scratch project. Severs for online connections would cost way too much.
I also think that you are asking for too much with the 3D stuff and such. I don't even think a huge company could create such a program in java that would allow users to create 3D models that would be played online.
haha. I had never seen that letmegooglethatforyou site. I'm definitely going to be using that.
archmage: with respect to using the external sensors, python, etc., I know you're good at Actionscript, so you may want to try interfacing Scratch with Actionscript using the socket class. I don't think anybody has tried that yet.
Offline
chalkmarrow wrote:
archmage wrote:
http://letmegooglethatforyou.com/?q=MMORPG+creation+tools
As for resources, MIT has a limited amount of money for the scratch project. Severs for online connections would cost way too much.
I also think that you are asking for too much with the 3D stuff and such. I don't even think a huge company could create such a program in java that would allow users to create 3D models that would be played online.haha. I had never seen that letmegooglethatforyou site. I'm definitely going to be using that.
archmage: with respect to using the external sensors, python, etc., I know you're good at Actionscript, so you may want to try interfacing Scratch with Actionscript using the socket class. I don't think anybody has tried that yet.
I could try that, but I've never tried the networking commands for actionscript. I'll see if I can try learning about it.
Offline
Hey, I just tried out the networking features with actionscript and it seems really neat. I can make all sorts of things with this but I am not sure what. I was thinking that later I could try making a simple highscore board in php that would receive messages from the flash file. Any other suggestions?
Here is a screen shot
Offline
archmage wrote:
Hey, I just tried out the networking features with actionscript and it seems really neat. I can make all sorts of things with this but I am not sure what. I was thinking that later I could try making a simple highscore board in php that would receive messages from the flash file. Any other suggestions?
Here is a screen shot http://img152.imageshack.us/img152/4845 … qo2.th.jpg
Nice! Some time you should document your code, etc., at scratchconnections.wik.is.
Offline
Unfortunately, I am having a bit of trouble sending messages to scratch.
Look here for details. http://scratch.mit.edu/forums/viewtopic.php?id=13729
Offline
For those interested in taking the next step with 3D graphics, Alice from CMU has been mentioned. However, you may also try Processing which originated from the MIT Media Lab: http://www.processing.org/
Processing is a simplified programming environment meant to introduce people with a background in visual arts to programming concepts. Although simplified with regards to programming, it has very rich sound, 2D and 3D capabilities. Perfect for the type of games talked about earlier in this thread. Also, once you master the basics of Processing you can break out into a full Java environment where the possibilities become endless.
The down side of Processing is that it does involve writing code in a text editor rather than dragging blocks. Thus, you'll need to worry about nasty things known as syntax errors. However, if you have been creating Scratch programs for a while you will be very familiar with most of the programming constructs in Processing. Which is exactly what Scratch is for, to serve as a stepping stone so you can brave more complex programming environments that give you more creative freedom.
Another downside is there is also no centralized Processing gallery (at least that I have found) where you can post your creations similar to the on-line Scratch gallery. This makes it more difficult to get other people to find and experience your creations.
Offline
Digimath wrote:
Lucario621 wrote:
...
So you'll have to put it like this: "How do you simulate 3D?", and then you'll get answers. And as far as we know, MIT won't do this, because this would make Scratch too complex and it would involve making 3D sprites which would be difficult and more.
...Another reason that MIT might not want to turn Scratch into a 3D programming environment is because Carnegie Mellon University currently offers a free, tile-based, 3D programming environment called Alice. http://www.alice.org. (It's not too hard to use. I even once wrote a small 3D program in Alice http://scratch.mit.edu/forums/viewtopic.php?id=9298)
Fake quote
Offline
Topic closed
Pages: 1 2