This is one of the mini games in Infinite Mind called Balloon Breeze. We originally made it before the layouts and data-binding features so the game logic and layout needed to be handled with the javascript runtime and a composite of Rive assets.
Here are some updates to the onboarding flow for Infinite Mind that we're working on using Rive and Data Binding. The goal was to create a very flexible system with as few controls as needed in order to achieve the end result we were looking for. I learned a lot doing this and...