Posts

Post marked as solved
5 Replies
723 Views
Hi,How do i modify "label" node from parent "block" node thru an instance of "block" in the code?this in my code,//this is my instancevar myBlock = self .childNode(withName: "//block") as ? SKSpriteNodei want to change the value of "label" node thru "myBlock"..?PS: For some reason, the attached image is not showing up when I clicked post. just in case it's not showing up.. my gamescene objects is arranged like this:➕ Scene ➕ block ➕ labelthe label node is a child node of block node.thanks!xenogaia2003
Posted Last updated
.