Jump to content
Search Community

seren

Members
  • Posts

    1
  • Joined

  • Last visited

seren's Achievements

0

Reputation

  1. Hi, I have a movieclip which I am trying to tween to a target frame in the timeline. The movieclip has child movieclip's nested on the timeline. When I tween my main timeline will animate, but my children will not. Is this the way TweenMax works, or am I approaching the problem in the wrong way? Help really appreciated Example code : timeline.append(new TweenMax(animClip, duration, {delay : delay, ease : Linear.easeNone, frame : totalFrames, repeat : loopsRequired, onComplete : handleFinished }));
×
×
  • Create New...