A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: Multiplayer flash game.

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Location
    Minnesota
    Posts
    27

    Question Multiplayer flash game.

    ok I'm looking to make and host a multiplayer flash game such as stick arena.

    here's a link.

    http://www.xgenstudios.com/play/stickarena

    well the game wouldn't extactly be stickarena but it will need to support the same real time battle capabilities.

    my main question is would mysql and php be good enough to use for the real time or would that just be a big lag issue?

    also what we be the best means of passing data from the flash game to the server?

  2. #2
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    You can find some information about the server technology behind stickArena here:
    http://www.mmocha.com/

    Mike Grundvig from Electrotank has nice post about polling issues:
    http://mikegrundvig.blogspot.com/
    And presentation by Jobe Makar about "Real-time Multiplayer Games in Flash":
    http://www.electrotank.com/Presentations/FF/SF2004/

  3. #3
    Junior Member
    Join Date
    Apr 2004
    Location
    Minnesota
    Posts
    27
    sweet thx for the info

  4. #4
    Senior Member
    Join Date
    Jun 2002
    Location
    Manchester, UK
    Posts
    2,357
    Me too...I am just starting out and I am blogging my progress, you can check it out here if you want to follow it:

    http://tileengine.blogspot.com/

    RipX

  5. #5
    Junior Member
    Join Date
    Apr 2009
    Posts
    2
    I don't think that flash is the best platform for multiplayer action.
    When I made my Multiplayer Trivia website, I have chosen AJAX as the most suitable.
    Last edited by tonypa; 04-20-2009 at 12:05 PM.

  6. #6
    Now tell me whos watchin...... samvillian's Avatar
    Join Date
    Feb 2007
    Location
    Where do you live?
    Posts
    539
    Quote Originally Posted by nubemet View Post
    I don't think that flash is the best platform for multiplayer action.
    When I made my Multiplayer Trivia website, I have chosen AJAX as the most suitable.
    Now I'm wondering what he said.... Anyways I have a half finished multiplayer game that i will never complete because of my lost interest but its a beautiful idea.... I used Nonoba.com's server
    If the only tool you have is a hammer, you tend to see every problem as a nail.

    Xbox 360 Modding Controller PS3 Mod Paint Spray LED Case

  7. #7
    Junior Member
    Join Date
    Apr 2009
    Posts
    2
    Hehe

  8. #8
    Senior Member
    Join Date
    Sep 2008
    Posts
    100

    Thumbs up I'm making an online game too XD...

    I am making a stick figure game with controls similar to thing thing but online and my own idea. Not like stick area, it will be a side scroller like thing thing.

    At one point in time I was confused on how I would calculate a players position on another persons computer considering the ground is moving and not the player.

    The answer was this simple mathematical formula

    user.x = yourGround.x-sentArray.providedGround.x+sentArray.providedUser. x;

    it calculates the differences between your grounds x position minus other users x position plus the users x position. So I moved users according to the ground below them XD.

  9. #9
    Senior Member
    Join Date
    Aug 2007
    Posts
    228
    did you actually test this with multiple players?
    does that work?

  10. #10
    Senior Member
    Join Date
    Sep 2008
    Posts
    100
    Quote Originally Posted by congruent2006 View Post
    did you actually test this with multiple players?
    does that work?
    Yes i did test it and it works fine. But its still a making in progress and will probably be out next year.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center