I used
SKAction.customActionWithDuration(1, actionBlock: { (node: SKNode!, elapsedTime: CGFloat) -> Void in print("Hello")})
and it only ran for 5 times in 1 second. When I switched to 0.5 seconds it only ran for 3 times.
I want to run it for around 100-200 times in 3-4 seconds.
Any Solution ??