Yes this is a gani question but I don't think anyone in there can anwser this...
I can do:
player.ani.sprites[index].rotation = float;
This will rotate the sprites in my gani right?
Now I want to be able to rotate the sprites directly from the gani.
What would be PERFECT would be something much like the COLOREFFECT and ZOOMEFFECT in the gani text like this:
ROTATIONEFFECT 200 <myrotationnumber>
Another option might be to simply rotate the sprites when the gani is initialized (via gani script)...I'll look into this one some more.
Anyone got any ideas?
(And if you could add the ROTATIONEFFECT thing to the next version of graal it would be wonderful)