I am attempting to use enumerateChildNodesUsingBlock()
where I set stop to true so the enumeration will ignore child nodes. There is a similar question:
How to use "enumerateChildNodesWithName" with Swift in SpriteKit?
But nothing I try sets stop to true. Maybe something different is needed in Swift 2.0?
EDIT: I found a video relating to a similar enumeration. Evidently stop.memory = true
belongs further along in the body of the closure as opposed to modifing the first use of stop
.