Is it possible to take a picture (.bmp) and make the mouth and eyes move while a .wav file is playing?
Thanks.
Printable View
Is it possible to take a picture (.bmp) and make the mouth and eyes move while a .wav file is playing?
Thanks.
Yes it is.
;)
Any examples using coding or where I can get the codes?
All you have to do is find that one API for playing wavs, play one. And while it's playing move the mouth. It's not incredibly hard, in fact, it's basically the basis of all game programming. Graphics and sound together... Why is that even a valid question?
Maybe I didn't explain myself correctly. I have a regular photo of a person. I asking if I can take that scanned photo and make the eyes and mouth move while the .wav file is playing. Or maybe I have to get animated eyes and mouth, then paste ontop of photo. I read your post, but it doesn't appear to be that easy.
OH! Yes, you have to cut the eyes and mouth out of the picture in a paint program, then edit those pictures however you want, and you can A.) Make an animated GIF and paste it into VB, or B.) Just use those pictures inside of VB to make your animation. But any way you look at it, you do have to make seperate eyes and a seperate mouth and paste it on top of the original. Does that help?
Thanks for the direction. That's what I wanted to hear. Not an easy task, but will try it anyways.