Jeopardy

C

Christine

Creating Jeopardy and working great, but I can't get the
original box (A100, C400, etc.) to show blank when you
return to the grid to choose another box. Any help?
Thank you!
 
B

Bill

The way I do mine is using VBA code. I assign a name to each object and run
macros that "hide" the object when returned to the board from that
particular slide. If you want to see an example, I can send you one
(off-line).

Basically if the board is on Slide 2 and the object name is A100, the code
would read:

ActivePresentation.Slides(2).Shapes("A100").Visible = False

Bill Foley
www.pttinc.com
 
E

Echo S

Despite all the coders I like, I can't code fer chit. So I have a bunch
of Jeopardy samples and links on my site that may help you. URL's in
signature. You want the animation features page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top