Skip to main content
Inspiring
June 26, 2020
Question

Count frames on a specific slide

  • June 26, 2020
  • 1 reply
  • 196 views

Hi there,

Is there a way to get/count the the number of frames in a given slide?

 

(Frame number when entering and last frame number)

 

/Jacob

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

/Jacob

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    June 26, 2020

    With a bit of micro-navigation should be possible. What do you want to use it for? Creation of two variables v_start and v_end and launching an Advanced action On Enter for that slide. Something like this (didn't double-check, and do not expect a mathematically perfect number):

    Assign v_start with cpInfoCurrentFrame

    Go to Next slide

    Expression v_end = cpInfoCurrentFrame - 1

    Expression v_end = v_end - v_start

    Go to Previous slide

    Continue                      if you want the default behavior of the slide where playhead is released