Forum Discussion
Renumber Slides
The issue I have encountered has to do with the slide number on each slide. It is in the bottom right of each slide. Do you have any suggestions on how to correct this without manually adding each slide number when I am finished developing the course?
- Nedim8 months agoCommunity Member
Thank you for the clarification. The slide numbering is automatic and controlled by built-in project variables such as Menu.SlideNumber and Menu.TotalSlides, which are referenced in the master slide.
Currently, your project contains 16 slides in total:
- Scene 1 has 5 slides
- Scene 2 has 11 slides
By default, the automatic numbering counts all slides sequentially from 1 to 16.
If you'd like to reset the numbering per scene (e.g., so that Scene 2 starts from 1 with a total of 11 pages), you’ll need to modify the master slide and reference the scene-level variables:
- Scene.SlideNumber (for the current slide within the scene)
- Scene.TotalSlides (for the total slides in the scene)
Related Content
- 2 months ago
- 11 months ago