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

Multiple loops in a single layer

New Here ,
Jul 27, 2022 Jul 27, 2022

Copy link to clipboard

Copied

Hello everybody! 

I Know how to loop a number of last keyframes like this:

x = 8 // number of last keyframes

loopOut("cycle",x)

OK. It's for the last keyframes. what if the selected keyframes were in the beginning or in the middle or even randomly between several keyframes. One here an other one there. the other one somewhere else! To be precise, I want to animate a human walks a pass. Then stops. Do something else. Then runs out of composition. Walking and running are looped array of key frames. I'm looking for an expression which loopin the related array of key frames for walking and loopout an other array of key frames for running. So the key frames between those two arrays wont loop.

TOPICS
Expressions

Views

112

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 ,
Jul 28, 2022 Jul 28, 2022

Copy link to clipboard

Copied

This isn't exactly what you're asking for, but it describes a similar concept, using markers to define various keyframed "actions":

http://www.motionscript.com/design-guide/marker-sync.html

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
LEGEND ,
Jul 28, 2022 Jul 28, 2022

Copy link to clipboard

Copied

Why make things so complicated? Simply pre-compose the walk cycle, loop it and then chop it into segments as needed, then use duplicate comps for the other actions.

 

Mylenium

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
New Here ,
Aug 06, 2022 Aug 06, 2022

Copy link to clipboard

Copied

LATEST

Well it's not a job for a client! it's a self challenge!

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