N
neal.mazer
Hello all,
I have a powerpoint (Office 2000) presentation running on Win2K. I have
slides with transparent text areas with Actions that take user to
specific slides.
This way the presentation responds like the application it is the
tutorial for.
Each slide can have multiple text boxes that I've set custom animation
so that text boxes appear and disappear for readability.
The problem:
If a user has visited a slide and read a one or more of these text
boxes, leaves the slide and returns, the slide shows the last text box
the use was reading rather than start with the first text box in the
"Order and Timing" sequence.
I was thinking that if there was a slide "on enter" event I could put
some code in to refresh the slide. Or maybe, instead of just going to
a particular slide, as an action, I could use code (or macro?) to go to
a slide and refresh it. I found an example snippet that refers to
something like: "SlideShowWindows(1).View.GotoSlide". Using the slide
index seems like a problem if I add or delete a slide.
Do either of these ideas make sense or is there a better way?
TIA,
Neal
I have a powerpoint (Office 2000) presentation running on Win2K. I have
slides with transparent text areas with Actions that take user to
specific slides.
This way the presentation responds like the application it is the
tutorial for.
Each slide can have multiple text boxes that I've set custom animation
so that text boxes appear and disappear for readability.
The problem:
If a user has visited a slide and read a one or more of these text
boxes, leaves the slide and returns, the slide shows the last text box
the use was reading rather than start with the first text box in the
"Order and Timing" sequence.
I was thinking that if there was a slide "on enter" event I could put
some code in to refresh the slide. Or maybe, instead of just going to
a particular slide, as an action, I could use code (or macro?) to go to
a slide and refresh it. I found an example snippet that refers to
something like: "SlideShowWindows(1).View.GotoSlide". Using the slide
index seems like a problem if I add or delete a slide.
Do either of these ideas make sense or is there a better way?
TIA,
Neal