Forum Moderators: open
1. Create a dynamic textbox. Set the font properties you want.
2. While still selecting the dynamic textbox look in the Properties panel for Var. In this field type: frameNumber
This text box will where your page number is displayed.
3. On the first frame of slide one place this:
frameNumber = "1"
For the first frame of your second slide type
frameNumber = "2"
etc.
Does that make sense?