PDA

View Full Version : Multiplayer Minigames


1DREVIL
03-04-2005, 03:30 AM
I'm curious to ask... Is Flash capable of real time updates? Like, to the second?

Here's what I've been thinking about doing...
A simplistic sprite type game, with only a few action scripts attributed to it. Is it possible to have more than one person, using the same map, play together?

Just wondering if some one has actually developed something that complex in Flash, or what it would take to make something like it.

G3M3NI
03-09-2005, 07:48 AM
If you want to do that youll need to learn some other code languages first. I dont think AS can do that on its own.

ferrisb
03-09-2005, 11:24 PM
You can use Flash Communication Server to do stuff like that. Depending on the amount of info being transferred, you can do near real-time stuff.

G3M3NI
03-10-2005, 02:30 AM
Is that how til is doing the big adventure... If you know what Im talking about. Sounds difficult making an mmorpg....

1DREVIL
03-13-2005, 05:36 PM
@_x; Darnit. You guys are right... >_<; This is going to be a gigantic pain in the arse. Thanks for the helps.

G3M3NI
03-14-2005, 07:39 AM
Dont Worry just keep learning and eventually you will master it. But yeah... until then it will be a bit of a pain in the arse :)

brendanww
03-15-2005, 01:13 PM
hmmm.....ive been able to chats that dont lag at all with just flash, php, and mysql. I don't know much about flash communication server. Do most servers support it? If anyone could give me a bit of an intro to it, it'd be greatly appreciated :D

G3M3NI
03-16-2005, 06:59 AM
http://www.macromedia.com/devnet/mx/flashcom/

To answer all your questions.... :)

G3M3NI
03-16-2005, 07:02 AM
Hey 1DREVIL.... take a look at this (http://www.macromedia.com/devnet/mx/flashcom/articles/minesweeper.html) I think that will help you with what your after :D