Sunday, 8 September 2013

Detecting touches on SKNodes

Detecting touches on SKNodes

How do I detect touches on a SKSpriteNode?
I know I can use touchesBegan on a scene, but I want to know if there is
an equivalent of UIGestureRecognizer to use with SKSpriteNodes?
I want to do that inside the SKSpriteNode class.
thanks

No comments:

Post a Comment