Jump to content
Search Community

Easy way to reverse a timeline and add it to bigger timeline

Choochoo test
Moderator Tag

Recommended Posts

psuedo:

 

var t1:timelinemax = new timelinemax();

t1.append(something1);

t1.append(something2);

t1.append(something3);

 

var t2:timeline max = new timelinemax();

t2.append(other1);

t2.append(other2);

t2.append(other3);

 

t2.reverse = true;

 

t1.append(t2);

 

t1.play();

//////

the order should be

 

something1

something2

something3

other3

other2

other1

 

anyway to do this?

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...