03.01.2013 Views

Customization Guide (.pdf) - Documentation & Online Help - Autodesk

Customization Guide (.pdf) - Documentation & Online Help - Autodesk

Customization Guide (.pdf) - Documentation & Online Help - Autodesk

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

To create a script that preloads slides<br />

In this example of a script that displays three slides (files slide1.sld, slide2.sld,<br />

and slide3.sld), the time it takes to access the disk drive and load the next slide<br />

into memory overlaps with the viewing time for the current slide.<br />

1 On the first line of the script, enter vslide slide1.<br />

The first line begins the slide show and loads slide1.<br />

2 On the second line, enter vslide *slide2.<br />

The asterisk (*) preceding the slide name on the second line preloads<br />

slide2.<br />

3 On the third line, enter delay 2000.<br />

The third line specifies a delay of 2000 milliseconds to allow the audience<br />

to view slide1.<br />

4 On the fourth line, enter vslide. On the fifth line, enter vslide *slide3.<br />

On the sixth line, enter delay 2000.<br />

The fourth, fifth, and sixth lines display slide2, preload slide3, and specify<br />

a delay for viewing slide2.<br />

5 On the seventh line, enter vslide. On the eighth line, enter delay 3000.<br />

The seventh and eighth lines display slide3 and specify a delay for viewing<br />

slide3.<br />

6 On the last line, enter rscript to repeat the script.<br />

7 To stop a repeating script press ESC. To continue the script, enter resume.<br />

Run Slide Shows from Scripts | 355

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!