Jump to content
Search Community

Troglodit

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Troglodit

  1. Thank you! But about this solution I already know, and it is too hard because I need to make several thousends of tweens like that Well I will use this solution but I think it would be great to have more simple way to do this
  2. Hello! I need to tween 10 frames lenght MovieClip from frame 5 to frame 2 in three seconds. When I write TweenLite.fromTo(mc, 3, {frame:5},{frame:2}); Frames change like this: 5,4,3,2. How to play this movie with normal direction:5,6,7,8,9,10,1,2 ?
×
×
  • Create New...