Hello people,
I am making my first steps into java game developing, and I have kind of a prototype of a game. I wanted to add a small intro video (and cut scenes in the future) before the menu and the game launches, and I am finding that is not easy.
I have read about JMF, and about javaFX and Xuggler to add a video file… but everything looks quite complex, and not everybody looks happy with their solutions.
So, my question is, how do you add cutscenes to your games? Of course if it is something simple/small I can directly animate the frames, as I do with sprites, but I guess that’s not the solution for comples/long cutscenes. To be able of add a video file and play it before the game, or en between will be awesome…
I don’t want to re invent the wheel and I want to solve this as easy as possible! I guess most of you have wanted to add some cutscenes or intros to your games…
Thanks a lot!