• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Count frames on a specific slide

Contributor ,
Jun 26, 2020 Jun 26, 2020

Copy link to clipboard

Copied

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

Views

120

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 26, 2020 Jun 26, 2020

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources