I would like to create this effect:
Here in details:
in sprite-kit with SKLabelNode
. So basically I would like the labels to "fly in". My first thought was to use SKAction
for this but I didn't figure out if it actually can be applied this way.
Any tips for recreating that effect in Spritekit?