Powerpoint Jeopardy Game

  • Thread starter Thread starter Shay Man
  • Start date Start date
S

Shay Man

I have been working in powerpoint developing a game. There is a picture on slide 2 that is covered by beveled shapes (24) in all. There are 4 columns and 6 rows. The 1st row is the categories. Once you click on one of the numbered bevels you are sent to another slide which contains a question. If question is answered correctly then a shape is pressed which says "correct", this sends you to the slide 2. What I want to do is when being sent back to slide 2 and the answer is
correct that bevel will be taken away and then a piece of the picture is uncovered. The player then selects another bevel which links to another
question. Once all the bevels have been answered then the whole picture should be uncovered. Can you help with this sort of question? I appreciate any assistance.

EggHeadCafe - Software Developer Portal of Choice
Fully Scalable Excel File Importer class for .net using Microsoft Jet driver
http://www.eggheadcafe.com/tutorial...4-8b23bd27e8ca/fully-scalable-excel-file.aspx
 
I had the same issue when I was trying to make my own Jeopardy
template. What I ended up doing was using Visual Basic Macros to
remove the shape once "correct" had been pressed on the later slide. I
also incorporated macros for automatically keeping track of score and
even for importing your questions from an Excel template. The Visual
Basic code is all unlocked, so you're welcome to either use my own
code/template as it stands or modify it to fit your needs. You can
find my Jeopardy template:

http://sites.google.com/site/dufmedical/jeopardy/

Enjoy!
Kevin
 
Back
Top