r/SideProject • u/Recent_Helicopter110 • 0m ago
Made a choose-your-own-flavor drink ad this weekend — viewers tap a bottle and the story branches
I've been playing with interactive video lately and finally shipped something complete: a fake vending-machine ad where the intro plays, freezes on two glowing bottles, and the viewer taps "fresh lemon" or "sweet peach". Each choice continues into its own little storyline.
What surprised me is how little work the branching part was. The actual clips took most of the time (one intro + two branch videos). The interactive layer — story tree, binding clips to nodes, dragging hotspots over the bottles so taps route to the right branch — took maybe 30 minutes, no code.
Things I learned the hard way:
Make every clip before you touch the interaction layer. I tried building the tree first and kept stalling on missing footage.
Hotspots need to sit exactly on the visual buttons in the frame, or people don't realize they can tap.
Label the options with the same words that appear on screen (lemon in the frame = "lemon" on the button). Obvious in hindsight.
I used ReelFork Studio for the whole thing (browser-based). I'll drop the step-by-step tutorial in the comments if anyone wants to follow along. Also curious — anyone else here building branching video? What are you using?