Hi there!
So, I'm working on a project that requires I add items to a UIGrid during runtime. I'm doing this by fading the alpha of the UISprites and UILabels using iTween. However, I'm running into a problem -- if I instantiate the object and then try to fade it up starting in the same frame, the UISprite seems to believe that its default color's alpha value is 0, and I can't seem to reset it in any way. So that means when I stop hovering over the object for the first time, the object fades to invisible -- its default. If I instantiate the object and then yield a frame and THEN start changing the alpha, it looks ugly, no matter what I do.
Is there a preferred method for fading in UISprites or UIGrid items? What is it?
S