|
Welcome,
Guest
|
|
|
Hi Marco
I was wondering how to control the tween on the news/list component. I have figured out how to control the x and y position in the main.as file, but I can't figure out how to keep it from dropping down when selected. I would like for it to just appear in place. Any suggestions? Thanks J |
|
|
|
hi
in news.as search for TweenMax.to(contB, second, { y:0, ease:Back.easeOut,onComplete:scrollList } ); replace second with 0 |
|
|
|
Awesome!
Thank you! |
|
|
|