Any way to easily make a videoplayer based game? [animated visual novel - flash like] With looping and playing based on button presses?

gman103

Newbie
Sep 15, 2021
76
136
Basically I have a videos with text that require user input to know when done. [Like MP4]

-I have an animated scene with text.
-transition
-animated scene with text
-transition
over and over.

-The animated scenes I want to loop. Till user presses a button BUT I want it to turn off LOOP and not just end [so loop ends]
-Transitions I want to be non skippable and jump till next scene after it ends.
-Then animated scene I want to loop.Till user presses a button BUT I want it to turn off LOOP and not just end [so loop ends]

Any way to do this "easily?"
 

Meaning Less

Engaged Member
Sep 13, 2016
3,540
7,113
Plenty of ways to achieve that, try creating a project if you want an "easy" solution, there is a tutorial inside explaining how to use it and you could limit user interactions to make videos non-skippable.

Since it's so simple, you could even directly create a program in whatever programming language you feel like and play those videos using ffmpeg or similar video controller libs.