This atom keeps the information for the slide's transitions. The TransType field and the direction field together define a build effect.
SSSlideInfoAtom Fields
Offset | Type | Name | Contents |
0 | sint4 | transType | Type of transition. See the Transition Type table below. |
4 | sint4 | speed | Speed of the transition |
8 | sint4 | direction | Direction of the transition. See Direction table below |
12 | sint4 | slideTime | How long to show the slide in ticks |
16 | sint4 | buildFlags | Flags that determine the type of build. See Build Flags table below |
20 | sint4 | soundRef | Index to a sound in the soundCollection |
Transition Types
Flag | Meaning |
0 | No transition |
1 | Random |
2 | Blinds |
3 | Checker |
4 | Cover |
5 | Dissolve |
6 | Fade |
7 | Pull |
8 | Random bars |
9 | Strips |
10 | Wipe |
11 | Zoom |
13 | Split |
Direction Values for Transitions
Type of transition | Value for direction | Meaning |
Random & Dissolve | 0 | Anywhere |
Wipes & Covers | 0 1 2 3 4 5 6 7 | Left Up Right Down Left up Right up Left down Right down |
Strips | 0 1 2 3 4 5 6 | Up left Up right Down left Down right Right up Left down Right down |
Zoom | 0 1 | Out In |
Blinds & Stripes | 0 1 | Horizontal Vertical |
Cuts | 0 1 2 | No black To black Best cut |
Splits | 0 1 2 3 | Horizontal out Horizontal in Vertical out Vertical in |
Flash | 0 1 2 | Fast Medium Slow |
BuildFlags Field Values
Flag | Meaning |
0 | Advance on mouse click |
2 | Hidden slide |
4 | The slide has sound |
6 | Loop until next sound |
8 | Stop the previous sound |