I need to create some simple effects for the layers which I have created in my playN game. For instance, a layer starts as a line, resize on update, and thus slowly expands to full screen. Can I use triple play for this?
For example: we can use setAlpha in update function to make a fading effect.
I need to create some simple effects for the layers which I have created
Share
check out the
Animatorclass from tripleplay, does exactly thatcode snippet: