Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SyndicatePlus

Pages: [1]
1
Support / Re: How do you animate transparency using iTween?
« on: July 07, 2012, 04:54:36 am »
I tried changing the shader type. This works and it will animate, however the Sprites are very opaque/transparent no matter what value I give it.

If I do this : sprite.color = new Color(1, 1, 1, 0.5f);  It will give me what I am looking for, just not as an animation. Are there any other Tween tools that can do this correctly?

2
Support / Re: How do you animate transparency using iTween?
« on: July 07, 2012, 02:14:17 am »
Yeah, I can't figure this out either

iTween.FadeTo( SpriteName.color , iTween.Hash( "alpha" , 0.0f , "time" , .3 , "easeType", "easeInSine") );
or
iTween.FadeTo( SpriteName.gameObject , iTween.Hash( "alpha" , 0.0f , "time" , .3 , "easeType", "easeInSine") );

Do not work.

Pages: [1]