Share Posted December 10, 2012 Hello I need create a simple infinite scroll animation with text I upload the files for example, I am trying with yoyo but no not achieve the same result I am using AS2 Thanks for help blerlogopase.zip Link to comment Share on other sites More sharing options...
Share Posted December 10, 2012 Hi, You can do this: import com.greensock.*; import com.greensock.easing.*; TweenMax.to(blerlo_mc, 10, {_x:-276, repeat:-1, ease:Linear.easeNone}); CS5 fla and AS2 greensock code attached: infiniteLoop_cs5.zip I made some other small changes: I updated the frame-rate from 8fps to 24fps for a smoother animation. Set it back to 8 if you choose. Your registration point and transformation point were not in the upper-left corner of your Movie Clip so I had to edit the symbol slightly Happy Tweening Link to comment Share on other sites More sharing options...
Author Share Posted December 10, 2012 thanks, I trying Link to comment Share on other sites More sharing options...
Author Share Posted December 10, 2012 Is working, thanks, I put the center on the middle of the movieclipe and use the _x coordinate for the _x ruler position for get a movement, thanks SOLVED Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now