When I playback my presentation on other computers, the total playback time varies!
The faster the refresh rate, the faster the WIPES (screen transitions).
A common mistake when making scripts is to omit any kind of timing
values or delays. ("the zero pause problem"). Such scripts become tied
to the speed of its screen effects, which are refresh rate dependent.
It is possible to time scripts that will run the same length when
output at different refresh rates, by inserting a buffer of pauses for
the screen transitions to run in. The best way to time a script is to
use the RECORD TIMING feature found in the Timing EX menu.
However, giving your script a trial run at various refresh rates is always a good idea.



