A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Bingo Game

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jul 2006
    Posts
    3

    Bingo Game

    Hi,
    I am trying to develop a bingo game using Flash as frontend . I would like to know as to how to generate tickets randomly and then highlight the number being called if it is present in the ticket. Any help would be greatly appreaciated .
    Thank You,
    Raja

  2. #2
    not'n' wrong with hat'n' sushi iHATEsushi's Avatar
    Join Date
    May 2006
    Location
    Ontario
    Posts
    132
    Flash Demystified is a gaming book that you can order. Chapters carries it and it is a really helpful tool when building games.

    http://www.amazon.com/gp/product/020...lance&n=283155

    I am not very good at Actionscript yet but I have seen video tutorials on lynda.com on how to create random generators and such.

  3. #3
    Hey Timmy!!! walsher's Avatar
    Join Date
    Jan 2005
    Location
    Latrobe, PA
    Posts
    1,899
    Howdy Raja,
    Now I haven't done a bingo type game but I have an idea. I haven't tested it, but the logic seems to be there. I would have a variable say ticker and increase it's number.
    ticker1, ticker2, ticker3, ticker4, ticker5. This will determine what letter to show. Then after that you'll have to have a way to randomly pick the numbers. The numbers might be alittle harder to do. For this I would think of doing a Math.random for the numbers between 1-79 or whatever the last bingo number is.

    Hope that gives ya an idea.

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