Jump to content
Search Community

warmon

Members
  • Posts

    1
  • Joined

  • Last visited

warmon's Achievements

0

Reputation

  1. Hello! I've just started to learn how to work with TweenNano(I'm making banners, so size is extremly important for me) and the main problem was in making animation loop. I found one solution, but may be there are others, more simple? function allanim(){ TweenNano.to(t1, 1, {_y:"-100", onComplete:loopTween}); } function loopTween():Void { allanim(); } allanim(); PS Sorry for my English, Russian is native, you know...
×
×
  • Create New...