I am referring to the menu screen of my SpriteKit
game. I used image SpriteNodes
for the start and options button.
I want to change to the "game view" if I touch the start button, and "options view" if the options button's pressed.
Should be an easy question, but I couldn't find any resources for this.
in
SpriteKit
for detect whichSKSpriteNode
is touched there is property.name
after in
touchesBegan