Jump to content
Search Community

tf11

Members
  • Posts

    1
  • Joined

  • Last visited

tf11's Achievements

0

Reputation

  1. I know I am doing something dumb here. Why is only the last tween happening, and happening right away without a delay? I would like for all 3 tweens to happen, one after another. var timelineLoad:TimelineMax = new TimelineMax({repeat:2, repeatDelay:20, delay:20}); timelineLoad.append( new TweenMax(miamiTxt, 2, {onComplete: rollOverListen_global2(), alpha:0, delay:5,yoyo:false}) ); timelineLoad.append( new TweenMax(miamiTxt, .5, {onComplete: rollOverListen_HQ2(), alpha:0, delay:5,yoyo:false}) ); timelineLoad.append( new TweenMax(miamiTxt, .5, {onComplete: rollOverListen_us2(), alpha:0, delay:5,yoyo:false}) );
×
×
  • Create New...