I can see that you can make particles use an image, but it doesn't seem like you can make them rotate the same way you can make them move around.
The particles object is designed to be a faster alternative to using sprites. By using a single image and no rotations, the GPU can render particles about four times faster than with sprites. As soon as you start rotating them and changing textures you lose these advantages. We could add the features you ask for, but then the Particles object offers no advantages over using ordinary sprites, which would make it a bit redundant.
[quote:1q3htpw8]Another thing I'd like to point out and ask about is the picture editor.
Will see what we can do about that...