Jump to content
Search Community

timteka

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by timteka

  1. didn't understand your answer concerning alpha, but thank u very much for the idea, 'cos TweenMax is working even without setting implicit tween params: tw_circle = new TweenMax(circle, .3, { repeat:3, onComplete:doSmth, onUpdate:function():void{ circle.visible = !circle.visible; } } );
  2. Hi, guys, couldn't find the answer on the forum. is there any way to tween (trigger) boolean value? e.g. i have and a sprite on stage (AS3) and what to hide and show it several times. Of course i can tween the object's alpha, but it would be much more effective to tween just visibility. for example: var tw_circle:TweenMax = new TweenMax(mc_circle, 3, {repeat:5, visible:true});
×
×
  • Create New...