Share Posted December 14, 2010 Hi, How can I do the same effect using my objects ... Expanding, shrinking accordingly while bouncing/jumping or moving left and right. What is the code please? It must be some tweening code. http://www.sciencemuseum.org.uk/whoami/thingdom Thanks. Link to comment Share on other sites More sharing options...
Share Posted December 14, 2010 That effect might be simple tweens with the Bounce.easeOut ease or it could be more of a physics-based thing that uses an ENTER_FRAME script. TweenLite.to(mc, 1, {y:"100", ease:Bounce.easeOut}); Link to comment Share on other sites More sharing options...
Author Share Posted December 14, 2010 Hi, Thanks a lot for the help. Trying to repeat the same action. Regards. 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