AS3 FadeIn & Out
AS3 FadeIn & Out
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- jhey0
if (ballerr.alpha == 1 ) {
trace("do nothing");
} else {
trace("do it:");
TweenLite.to(yada, 1, {alpha:1});
}
if (ballerr.alpha == 1 ) {
trace("do nothing");
} else {
trace("do it:");
TweenLite.to(yada, 1, {alpha:1});
}