I have a PackedScene that loads an AnimatedSprite Scene playing Animation 1.
I want PackedScene, however, to play Animation 1, but after a while changes to play Animation 2;
I tried the basics with PackedScene.play("Animation2") function, but returned saying that it is a non-existent function in base PackedScene.
What is the best method to do this animation change in an AnimatedSprite from a PackedScene?
Thanks guys