I would like to know what this game is coded in (java, php etc). obviously not php but here:
http://www.darkorbit.com
And when your in-game, (when you press the big START button) how was that made .!
What is this coded in ?
Re: What is this coded in ?
The start button is a simple gif image. When you click it and it opens a pop-up is done in JavaScript and the game itself is made in flash.
Fighting for peace is declaring war on war. If you want peace be peaceful.
Re: What is this coded in ?
Ok, so the whole thing is actually made in flash?
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: What is this coded in ?
Yes, that game is made mostly in Flash. You can right-click anything that looks like Flash and it will say in the context menu.
The indelible lord of tl;dr
Re: What is this coded in ?
Yes it is. It's a good example of flash MMO's. The next one I would say would be this Gilfors Tales That one is a full mmo/rpg .
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: What is this coded in ?
Once you learn game making in Flash (and have made the normal Pong, Breakout, Tetris, Donkey Kong clones, etc.), there are actually a few good books for MMO making in Flash and there are a couple of good commercial MMO engines for it. There is more documentation and servers available for Flash MMO making than any other platform out there. Not that it is easy by any stretch of the imagination (actually, you must be very skilled with ActionScript 3 to be able to get even halfway through), but it is a well-documented path.
ActionScript for Multiplayer Games
Flash Multiplayer Virtual Worlds
Flash 10 Multiplayer Game Essentials
ActionScript for Multiplayer Games
Flash Multiplayer Virtual Worlds
Flash 10 Multiplayer Game Essentials
The indelible lord of tl;dr
Re: What is this coded in ?
Ok, Thank you everyone 
Re: What is this coded in ?
I've been toying around with flash and smartfox server pro. My success has been somewhat limited but on the other hand I'm not putting my efforts full time into it either. It's pretty simple to make a chat room where you can have people's avatars move around in real time but that's about all I can do right now.
Re: What is this coded in ?
That's awesome ! nice 