Skip to content

Instantly share code, notes, and snippets.

@alexpersian
Last active June 1, 2019 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexpersian/3e9cd35c9dcc7ba5946f25ae7d7aa793 to your computer and use it in GitHub Desktop.
Save alexpersian/3e9cd35c9dcc7ba5946f25ae7d7aa793 to your computer and use it in GitHub Desktop.
// ...
private var changeColor: SKAction {
return SKAction.colorize(with: UIColor.generateRandomColor(), colorBlendFactor: 1.0, duration: 0)
}
// ...
private func setup() {
addChild(dvdNode)
dvdNode.run(changeColor) // Run the changeColor action here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment