Thanks for the wiki, do you have an example project that I could see? I'm having trouble with repeating an animation -
let repeatAction = SKAction.repeat(shimmyAnimation, count: 4)
only plays the animation once
shampoo.run(SKAction.repeatForever(shimmyAnimation))
doesn't work at all, freezes the app on a white screen
Any help/insight would be much appreciated!
Thanks,
Aaron