How can I load a animated speaking gif and sound file at same time
Hi Everybody,
I am trying to make a game with a animated avatar like this character,
https://youtu.be/B8ExY9JirO0?t=40
He’s the one holding a parrot, I want to make him perform different animations according to whats happening in the game, similar to the game in this youtube video, for example when the player character in this game shown collects all the letters, then the animated Avatar will bang his stick on the ground, and at the start of each level he will talk, I have compiled a few sprite sheets with with my own avatars actions (talking, etc) but I don’t know what Object I would use and how I would use that object to load up a animated sequence with a sound in sequence(lipsync aside) in that the sound of the guide talking starts at the beginning of the sequence of animation, and a new sequence will load for another event like finishing the level for example, or losing the level. each with a new sound that is started at the beginning of each animated sequence.
Is it possible to load a sound at the same time as a GIF file?
Thanks for your help