A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Recommended FPS

  1. #1
    Senior Member
    Join Date
    Jan 2008
    Posts
    107

    Recommended FPS

    Greetings. I would like to know your average fps you have for your games.

    Is 30 a good number for a game with just some movie clips?

  2. #2
    Senior Member bluemagica's Avatar
    Join Date
    Jun 2008
    Posts
    766
    yeh, i suggest make your game at 30, cause if you make it at 60 and get fluid gameplay, that means another machine at lower config may run it at 30 and get extremely crappy gameplay!

    But its better if you make your game independent of the fps, since the fps won't stay constant everywhere! 8bitrockets site has some really good info on this, so read up!
    If you like me, add me to your friends list .

    PS: looking for spriters and graphics artists for a RPG and an Arcade fighting project. If you can help out, please pm me!

    My Arcade My Blog

    Add me on twitter:

  3. #3
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    30-40 should work fine.

  4. #4
    Senior Member Alluvian's Avatar
    Join Date
    Jun 2006
    Posts
    967
    For an action based game, I much prefer games that run at a constant speed, not a constant framerate.

    There are functions out there you can stick in your main ENTER_FRAME loop that will calculate a variable often called gameTime or gameTimer that you can use with all your movement code so that as your framerate changes, the speed of objects stay the same. They just move more or less distance each frame based on the time elapsed since the last frame. It makes your game FEEL like it has a rock-solid framerate. You just have to watch out to make sure your actual frames never drop TOO low or you can have collision issues.

    I believe I got the code I used from 8bitrockets like bluemagica suggested.

  5. #5
    Senior Member
    Join Date
    Jan 2008
    Posts
    107
    Yah I know, but for now that's a little out of my league.

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