actionscript 3 - Tween over using maxScrollH -


i wanna tween scrolls on infinitely,

when reaches end starts on letters has finished.

like carousel.

i've tryed :

tweenmax.to(object, 2, {scrollh:object.maxscrollh+10,yoyo:true,repeat:-1}); 

this want.

thanks!


Comments

Popular posts from this blog

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -