Share Posted August 2, 2012 Hi, It's been a long while since I've used this and gosh I must be getting old, but I can't seem to remember much at all. What I'm wanting to do is just get an item to fade in and scale up at the same time then fade out afterwards. Txt1._alpha = 0; TweenNano.to(Txt1,0.5,{_alpha:100, ease:Sine.easeInOut}); TweenNano.to(Txt1,1,{scaleX:2, scaleY:2, ease:Sine.easeInOut, overwrite:false}); The fading works but it doesn't scale at all. Any help would be most appreciated. Thanks in advance. Link to comment Share on other sites More sharing options...
Author Share Posted August 2, 2012 Ah figured it out, was using a mix of AS2 and AS3 - doh 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