0

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 ?

TALAA
  • 6,184
  • 1
  • 13
  • 21

1 Answers1

0

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

Community
  • 1
  • 1
Dobroćudni Tapir
  • 3,082
  • 20
  • 37