Jump to content
Search Community

How can I get a breakdown of a timeline once it's been created?

Andrew Swift test
Moderator Tag

Go to solution Solved by Cassie,

Recommended Posts

I have a program that creates timelines programatically.

 

I'm looking for a way to list the contents of a timeline, the way one would list the key/value pairs of a dictionary (for example).

 

I've spent a lot of time searching for an answer, but I've found nothing.

 

Is there an existing command that returns the contents of a timeline in some format?

Link to comment
Share on other sites

Yes, @Andrew Swift, I bet you're looking for getChildren() but it kinda depends on what exactly you're looking for in terms of "list the contents of a timeline". I mean ultimately it boils down to tweens and each of those have targets and you could loop over the properties of the vars object on each tween. You should be able to get whatever data you need with the methods/properties exposed. Check out the docs for details. 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...