Thanks
ultrafop
I'm tinkering now. I can get the stones to show up but I'm having trouble getting them to rotate. Maybe I'm misunderstanding the "speed" and rotation parameters? I've tried setting it to something like 100 speed and 100 x rotation but when I run it the stone doesn't rotate. Should I be setting up an action that changes the rotation parameter ever X seconds to get that effect?
Absolutely... for example all params are static this mean no rotations no movement.
For rotation add global variable like rot=0;
and then
every thick add 1 to rot variable.
every thick set fx parameter 1 to rot/2; this will rotate X
every thick set fx parameter 2 to rot/5; this will rotate Y
I you need help i can send .capx.
Regards