Hi there,
I am using tweenmax to animate a long timeline based on time vs frame rate:
TweenMax.to(content, content.totalFrames/24, {frame:content.totalFrames, ease:Linear.easeNone});
It works like a charm expect one thing:
The audio in the timeline is not being played anymore.
Did anyone ever ran into that issue before? Any help would be much appreciated. Thank you!