Jump to content
Search Community

malcr001

Members
  • Posts

    6
  • Joined

  • Last visited

malcr001's Achievements

0

Reputation

  1. malcr001

    yoyo

    thanks the first option worked for me
  2. malcr001

    yoyo

    Hi im trying to use youre example to apply what is shown on the first post that shows the code but cant get it to work could you make an example using my first post?
  3. malcr001

    yoyo

    Is there a way to play a sound after each append tween?
  4. malcr001

    yoyo

    Is there a way of getting it to repeat a specified number of times?
  5. malcr001

    yoyo

    Do I need some sort of yoyo command in the rewinds functions to specify the amount of time I want it to animate up and down?
  6. malcr001

    yoyo

    HI I have an animation that takes place one after the other how do I use yoyo after the last animation has completed? var timeline:TimelineLite = new TimelineLite({onComplete:rewinds}); //Tweening movieclip file from one movieclips x, y position to another timeline.append(new TweenMax (file, 2, {dynamicProps:{x:getNode1XPosition, y:getNode1YPosition}})); timeline.append(new TweenMax (file, 2, {dynamicProps:{x:getNode2XPosition, y:getNode2YPosition}})); timeline.append(new TweenMax (file, 2, {dynamicProps:{x:getNode3XPosition, y:getNode3YPosition}})); timeline.append(new TweenMax (file, 2, {dynamicProps:{x:getNode4XPosition, y:getNode4YPosition}}));
×
×
  • Create New...