i got a suggestion for plug-in programmers
i made an animation in my game and it looks very nice, but the only thing i made is i spinned a the sprite of this object, so i have to paint all pics of this spinning action, the i thought, that so an easy move can be programmed, so my suggestion:
a plugin, that makes a few standard animations
(shakeing, turning, spinning, bow, stretch...)
(is this possible?)
thanks !
I understand why you are asking this however it's not technicaly trivial (maybe even impossible now) to apply such transformations to the characters/objects, because I suppose you want them still to be interactable. :P Some workarounds possible but I don't like them.
And you still can rotate them using some paint program then just import in AGS.
Also such real-time transformations by AGS could(would) slowdown the game.
-Cheers