stuarthoye / Observer_Effect

Ludum Dare Gamejam Project
0 stars 0 forks source link

Green Particle Behaviour #36

Open stuarthoye opened 9 years ago

stuarthoye commented 9 years ago

This will be the most difficult, I think. When Blue & Green collide, they generate a particle that moves in an etch-a-sketchy way. This is the image I think of when I'm picturing it. images

Boombostak commented 9 years ago

I think the most obvious way to do it would be to have the particle move in an ellipse around a centrepoint/parent object, and have the parent rotate. That way, the ellipse will also rotate relative to the parent's rotation.