Hi, I need some help with some particles I'm making. I want the particles to be able to spawn off new particles but I'm having problems with this.
How can I create a new particle that clones an old one while going through this loop?
For p.particle = Each particle p\x = p\x + Sin(p\d) p\y = p\y + Cos(p\d) p\c = p\c - 15 p\l = p\l - 1 If p\l = 0 Then Delete p Next
How can I create a new particle that clones an old one while going through this loop?