A Flash Developer Resource Site

Page 1 of 2 12 LastLast
Results 1 to 20 of 38

Thread: Bowling Game

  1. #1
    Senior Member creekmonkey's Avatar
    Join Date
    Jul 2006
    Posts
    121

    Bowling Game

    Have a bowling game made entirely with 3dfa except for the pin graphics which were dome in photoshop. The pin physics are not exact but are pretty close. There are still a few bugs which I hope to work out in time. Keep in mind I am a novice at programing and this is just a hobby of mine.

    http://webpages.charter.net/creekmonkey/bowl.html

  2. #2
    Member
    Join Date
    Apr 2006
    Posts
    94
    nice work

  3. #3
    Senior Member sadako232's Avatar
    Join Date
    Mar 2006
    Posts
    153
    Nice use of 3dfa! Keep it up with these great creations.

  4. #4
    Senior Member
    Join Date
    May 2005
    Posts
    163
    Very nice!

  5. #5
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590
    Very nice clean, crisp version, and some nice pin collisions there ! Much more user friendly than my version

    I scored 105. How did everyone else do?

    My only comments for improvement would be to have a highscore table, and to speed up the animation for the bar that comes and cleans up the pins.

    If you really are a novice to programming, this is a great first attempt.

    Congratulations again,

    Morgan.


    PS - Wish I'd been able to get the graphics as nice as this on my old version: http://www.morgan-multinational.com/...game_(v9).html
    Please note that my domain has changed to http://www.morganmultinational.com

  6. #6
    Senior Member creekmonkey's Avatar
    Join Date
    Jul 2006
    Posts
    121

    thanks

    Thanks for the comments. And yep I am truely a novice although I have been tinkering with 3dfa since the very first version. Am looking at moving the game to a server where php and mysql are available & doing a highscore table. Although I must admit sql is definatly over my head so it will take a while! As for who has scored the highest? I have scored a 240+, but then I know where the slider and aiming arrow should be to score a strike.

  7. #7
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590
    I might be able to help you with the highscore stuff, since I guess you'll only really be needing pretty much the same mySQL table as I have with my game, although you might want a prettier page to display the table, as mine is functional, not pretty

    You could probably just use a PHP script and mySQL table on my server, but I'd have to just think through if that would work across domains. PM me if interested

    Again - Great work

    M.
    Please note that my domain has changed to http://www.morganmultinational.com

  8. #8
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590
    Robbed !

    Hiya. When having my second go, I thought I was on for a cracking score (Just below your 240 target) but it seems there's a small bug on the scoring for the 10th frame.

    In the 10th frame, I got a strike, then 8 pins, then 2 pins on the third bowl. The 8 pins weren't counted for some reason. You might need to look into this. If it helps, my scores were:

    X,9-0,X,7-3,7-3,X,X,X,9-0,X-8-2.

    I think my score should have been 202 (Although I'm not 100% as I can't quite remember how the scoring should work in the 10th frame), but it came up as 182.

    How's that for testing

    Great fun though ! I'm gonna beat that 240 if it kills me !

    M.
    Please note that my domain has changed to http://www.morganmultinational.com

  9. #9
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590
    It's no good. This is just like when I play golf.... The more I play, the worse I get

    I'm giving up, in the hope that I can find a faster PC tomorrow which might give me a slight edge

    M.
    Please note that my domain has changed to http://www.morganmultinational.com

  10. #10
    Senior Member creekmonkey's Avatar
    Join Date
    Jul 2006
    Posts
    121

    10th frame

    The 10th frame can be a total of 30 max. In your 10 frame you listed(x,8-2) which would be a strike and a spare for a total of 20. Your score you showed
    ( x,9-0,x,7-3,7-3,x,x,x,9-0,x-8-2); which from my calculation should have total of 192, so if your score was 182 then there may be a problem with the score script. Im sure more bugs will show. When time permits ill see what I can find:

  11. #11
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

    Very nice game

    Looks and plays really well. Get the bugs worked out and submit it to one of the game sites like newgrounds....

  12. #12
    Junior Member
    Join Date
    Nov 2006
    Posts
    2
    Great little game.

  13. #13
    Senior Member sadako232's Avatar
    Join Date
    Mar 2006
    Posts
    153
    I just scored 300!!

    Just playing, actually got 100 exacty =p

  14. #14
    Member
    Join Date
    Oct 2006
    Location
    Seattle, WA
    Posts
    45
    Nice job!
    One suggestion... the bar starts to clear the pins before the pins stop moving. You might want the bar to delay by 1/2 second or so.

    Would you be willing to share your code with the rest of us 'newbies'?
    JZ
    Last edited by jwzumwalt; 12-09-2006 at 11:23 PM.
    Jan Zumwalt - http://www.flash.neatinfo.com

  15. #15
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590
    Hooray. I finally managed it, and here's the proof

    A clean sweep of 300
    Please note that my domain has changed to http://www.morganmultinational.com

  16. #16
    Senior Member creekmonkey's Avatar
    Join Date
    Jul 2006
    Posts
    121
    Congradulations! I am glad someone has scored a perfect 300!

  17. #17
    Senior Member creekmonkey's Avatar
    Join Date
    Jul 2006
    Posts
    121

    High Score Submission

    I made some minor changes to the bowling game, moved it to a new server and added a topten high score list. The game is now located at
    http://creekmonkey.com/bowl/

  18. #18
    Senior Member sadako232's Avatar
    Join Date
    Mar 2006
    Posts
    153
    Very Good! One problem though... Make it so when you actually send it to the high score it Removes that button (so you can't keep sending the same thing).


    sorry bout that =p

  19. #19
    Senior Member creekmonkey's Avatar
    Join Date
    Jul 2006
    Posts
    121
    Quote Originally Posted by sadako232
    Very Good! One problem though... Make it so when you actually send it to the high score it Removes that button (so you can't keep sending the same thing).


    sorry bout that =p
    Thanks sadako any tips or bug reports are appreciated. Fixed the submit button so now you should only be able to submit your score once.

  20. #20
    Member
    Join Date
    Apr 2006
    Posts
    94
    I found some bug in the game...
    After throwing 5 strikes, the pins do not appear anymore
    I can trow as mich as I want, but the pins do not show up anymore and the scoreboard is stuck on 5...

    greetings


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