Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Zeuz on Sun 25/05/2003 09:14:54

Title: plug-in suggestion (animations)
Post by: Zeuz on Sun 25/05/2003 09:14:54
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 !
Title: Re:plug-in suggestion (animations)
Post by: Scorpiorus on Tue 27/05/2003 15:20:42
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