Just figured out that I can load and run the named actions in the file usingif let action = SKAction(named: SomeAction) { scene.runAction(action) }So I guess this would be useful for preparing sound effects, etc.
Topic:
Graphics & Games
SubTopic:
SpriteKit
Tags: