Mike,
Sweet idea for a flash game! I like the layout and visual appearance—it looks very professional. The administrative interface is very user friendly and intuitive as well.
I have a few suggestions for your game:
- Make the question time out like in the real Jeopardy if not answered in enough time.
- Have different difficulty levels—Maybe on easy have multiple choice answers (questions) and so on.
- Maybe provide alternate spelling checking (common misspellings) for the answers. There were some answers I knew but couldn’t spell right!
- Maybe add an edit and delete feature in the administrative interface for existing entries.
- To make the questions disappear, try making each question block a movie symbol and putting an invisible button over it. Within that movie symbol, have just a blank frame in the timeline you can use actionscript to make it go to. So when a user clicks on the invisible button, you could have the script do something like:
_root.movieSymbolXY.gotoAndStop("blankFrame");
Otherwise, great start! I look forwards to seeing the finished product.