1 decade ago by sunnybubblegum
This has been in my mind for a long time.
What is the best, easiest, or simplest way to create a cut-scene?
Essentially, the game needs to enter a state where most of the player input is disabled, except for confirming to advance.
In this state, there needs to be the ability to keyframe animations (player and NPC movements), as well as set off dialog boxes, sounds and music, in order to carry the story forward.
I'm used to interfaces like Adobe After Effects and Flash to create scenes with keyframes. To think about it in terms of programming, though, seems like another beast altogether. Yet is this what is necessary? That, plus I'm a beginner programmer.
Does anybody have experience with this?
Is keyframe animation something that you achieve manually with the code, or is it something that is best accomplished with a plugin?
Thank you.
What is the best, easiest, or simplest way to create a cut-scene?
Essentially, the game needs to enter a state where most of the player input is disabled, except for confirming to advance.
In this state, there needs to be the ability to keyframe animations (player and NPC movements), as well as set off dialog boxes, sounds and music, in order to carry the story forward.
I'm used to interfaces like Adobe After Effects and Flash to create scenes with keyframes. To think about it in terms of programming, though, seems like another beast altogether. Yet is this what is necessary? That, plus I'm a beginner programmer.
Does anybody have experience with this?
Is keyframe animation something that you achieve manually with the code, or is it something that is best accomplished with a plugin?
Thank you.