i have managed to create a SKspritenode , Make it move around , although i want to change the color of every CGPOINT that the node Passes by .
Anyway to do this ?
i have managed to create a SKspritenode , Make it move around , although i want to change the color of every CGPOINT that the node Passes by .
Anyway to do this ?
Use CGShapeNode to draw a path which consists of CGPoints your node passed throught.
For direction on creating a path from points check out answer to this question