Tagged Questions
0
votes
0answers
40 views
Socket.io v.9 with Actionscript
I'm attempting to develop an online multiplayer game using Node.js for the server and Flash to display the client.
I've been reading up a bit and have found quite a few recommendations for the ...
2
votes
2answers
106 views
Zelda like multiplayer combat
I have in mind coding a multiplayer game with a similar combat to zelda's. Since i will use flash, i'm limited to use TCP. My question is, is this goal possible? It's not as fast-paced as some ...
-3
votes
1answer
168 views
Flash multi-player system: one player moves the other stops when using the mouse
I started making a small multi-player avatar chat to start my self with flash and multi-player. Everything worked fine when I was using arrows to move but when I started using the mouse something goes ...
-1
votes
2answers
927 views
What technologies were used to create “Dueling Network”?
I want to make a similar browser online multiplayer game like "Dueling Network" (link below) but for a different TCG.
What technologies you believe they used to create it?
Could anyone kindly refer ...
1
vote
1answer
495 views
Pros and Cons of AMF in multiplayer flash game?
After trying to use red5 for my turn-based multiplayer game, I've decided to give AMF a try using amfphp, because of the expensive media server hosting solutions. (With AMF all I need is a web ...
3
votes
3answers
601 views
Required Security Precautions for Flash / AS3 Multiplayer Game
I have created a couple of games in Flash/AS3 and am playing with programming a flash-based multiplayer (possibly mmo?) game where the application will communicate with a server over a socket ...