Jeopardy

  • Thread starter Thread starter Christine
  • Start date Start date
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!
 
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
 
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.
 
Back
Top