Jump to content
Search Community

Simple scroll animation, how can I create? thanks

ramonjosegn test
Moderator Tag

Recommended Posts

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:

  1. I updated the frame-rate from 8fps to 24fps for a smoother animation. Set it back to 8 if you choose.
  2. 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...