Hook

Their other posts in the index, biggest breakout first.
Rive animation for beginners. Open Rive, press the tab key into animation mode. And moving anything creates a keyframe. We can move, make a static animation, one keyframe because we're making state. Which lets us blend animations together for dynamic interactions on websites and apps. So we have our character looking left. New timeline and have them looking right. While we're at it, make a timeline that's looking straight ahead, another that's looking up, and finally another one looking down. Just make sure that you're moving the same elements every time. Double click these to rename. Perfect head to state machine. What's a state machine? It's a logic controller that receives data points through code. Five minutes later... blended into dynamic animations. Select the entry timeline and press this icon to turn it into a blend animation. Add a timeline, set it to right and the number to 50. Add another set to left, negative 50. Then change this one to straight at 0. We need an input to control this. So click inputs, add a number, call it X. Then set the blend input to X. Press play now. Now if you click and drag X, it makes them turn. Repeat these steps with up and Y input and wow. Wow, that's so beautiful. Next step is a mouse handler, whatever.