[SOLVED] Actions generated with ActionSequence affecting other layers

It sounds like you may be experiencing this same exact issue that I recently encountered as well:

@Ali_RS helped me find a good fix, and I eventually ended up calling Tweens.sequence(actionToPlay, doneTween) instead of calling anim.actionSequence() (which seems to be broken when used with masks, based on both of our findings)

4 Likes