I can't seem to get an object to rotate from it's central point(origin if it was a circle).
My projectiles seem to make a weird lop-sided spiral when I try to rotate them. I was wondering how to fix this? I'm pretty sure I'm missing something fairly simple.
animate(src,transform=turn(src.transform, 90),time=1.5,loop=-1)
animate(transform=turn(src.transform, 90),time=2,loop=-1)
animate(transform=turn(src.transform, 90),time=1.5,loop=-1)
animate(transform=turn(src.transform, 90),time=2,loop=-1)
Is your icon centered where you think it is? Transforms are always based on the center of the icon itself, not the bounding box.