Jump to content
Search Community

Recommended Posts

Posted

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.

Posted

Ah figured it out, was using a mix of AS2 and AS3 - doh

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...