Closed damirstuhec closed 8 years ago
Absolutely, you can use SKAction.sequence and SKAction.group. However, since this action is implemented with SKAction.customActionWithDuration, you cannot reverse it (reversedAction will just return the same action).
On Tue, Apr 26, 2016 at 10:24 AM Damir Stuhec notifications@github.com wrote:
@ataugeron https://github.com/ataugeron can this actions be chained/grouped/sequenced together just like basic SKActions can be?
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/ataugeron/SpriteKit-Spring/issues/7
Ok, great. Thanks!
@ataugeron can this actions be chained/grouped/sequenced together just like basic
SKAction
s can be?