I have two time lines which I would like to play simultaneously.
First one plays forward and second one plays in reverse.
I can not figure out how to reverse my time line. They both are playing forward.
Here is the code I try to implement to reverse the timeline:
var movingLights2_timeLine:TimelineMax = new TimelineMax({currentProgress:1 repeat:-1, yoyo:true, timeScale: .5, reverse:true});