The particle system in Construct is great, however one option often found in other systems seems missing - particles which "follow" the trajectory = rotate according to their movement path.
Here's how it works currently - if the particle has no random angle or rotation it'll always point in the same direction (let's pretend that the arrow is our particle):
<img src="http://i244.photobucket.com/albums/gg36/some9000/T1.png">
Now it would be great to have an option of following its trajectory like this:
<img src="http://i244.photobucket.com/albums/gg36/some9000/T2.png">
Great for all sorts of effects and seems like it could be easy to do.
Also, speaking of particles - a built in random hue function would be great.