Manage animation from script

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jospic
:warning: Old Version Published before Godot 3 was released.

HI,
I need do create animation must be controlled from script. The function call track is unidirectional, I need to pass scale/pos, related to viewport dimensions and scale, of some sprites to animation player.
Is there anyway? Or is there a good tutorial for implement animation from script?
Thanks.
-j

:bust_in_silhouette: Reply From: Aaron

Procedural animations can be handled using the Tween class.