No such thing exists. However, the bast way to do that would be:
1. Get Flash. Adobe Flash CS5.5 professonal edition. Around $400 with student I.D.
2. Get a server. Costs about $12 a year to start.
3. Set up client-side and server-side interfaces. No cost if you're doing from scratch. (not Scratch, this, but scratch, from nothing.) Costs about $1,000 for a good setup, like Smartfox or Electroserver.
4. Get a website! Easy.
I've tried, and though I've never succeded, I'm sure that you can.

Offline
Rexpup wrote:
No such thing exists. However, the bast way to do that would be:
1. Get Flash. Adobe Flash CS5.5 professonal edition. Around $400 with student I.D.
2. Get a server. Costs about $12 a year to start.
3. Set up client-side and server-side interfaces. No cost if you're doing from scratch. (not Scratch, this, but scratch, from nothing.) Costs about $1,000 for a good setup, like Smartfox or Electroserver.
4. Get a website! Easy.I've tried, and though I've never succeded, I'm sure that you can.
If you really wanted to make a good MMO, then I would suggest learning java, get a server, and then get a domain name for the server, and put a java MMO that you create on the website. There, done :p
Also, you aren't going to find anything if you are looking for something like scratch for it, or simpler.
Offline
Rexpup wrote:
No such thing exists. However, the bast way to do that would be:
1. Get Flash. Adobe Flash CS5.5 professonal edition. Around $400 with student I.D.
2. Get a server. Costs about $12 a year to start.
3. Set up client-side and server-side interfaces. No cost if you're doing from scratch. (not Scratch, this, but scratch, from nothing.) Costs about $1,000 for a good setup, like Smartfox or Electroserver.
4. Get a website! Easy.I've tried, and though I've never succeded, I'm sure that you can.
Or
start learning javascript .
it costs you nothing but time , learn JavaScript and Learn Node.js like server side java scripting, add socket.io to it . thats all you will need to make your own server
Offline
gbear605 wrote:
Rexpup wrote:
No such thing exists. However, the bast way to do that would be:
1. Get Flash. Adobe Flash CS5.5 professonal edition. Around $400 with student I.D.
2. Get a server. Costs about $12 a year to start.
3. Set up client-side and server-side interfaces. No cost if you're doing from scratch. (not Scratch, this, but scratch, from nothing.) Costs about $1,000 for a good setup, like Smartfox or Electroserver.
4. Get a website! Easy.I've tried, and though I've never succeded, I'm sure that you can.
If you really wanted to make a good MMO, then I would suggest learning java, get a server, and then get a domain name for the server, and put a java MMO that you create on the website. There, done :p
Also, you aren't going to find anything if you are looking for something like scratch for it, or simpler.
Java Nowadays is a wastage with the possibility of event based server with node.js (make sure its JAVAScript and NOT Core java which i talk about.) i made a descrete chat site which in a way is a mmo where events are messages and private messages and went through like all the ways to make it
PHP -> XmlHTTPLOng polling ,Comiet , Forever open requests
C++ / Java -> Socket Servers
The best solution i found was event based Node.js by Ryan Dahl
Offline