Jump to content
Search Community

matog

Members
  • Posts

    1
  • Joined

  • Last visited

matog's Achievements

0

Reputation

  1. hi, i have this code: import com.greensock.*; for(u=1;u<=10;u++){ TweenLite.to(eval("box"+u), 1, {_x:65,delay:0.6*u, onComplete:test}); } function test(){ trace("times"); } i want only a one trace to the last tween not the all tweens... sorry for my english thanks!
×
×
  • Create New...