Wobbling Effect
JoeB
Member Posts: 160
I'm making a simple game where you stack jelly cubes and i want them to wobble when I'm moving the stack side-to-side.
For example, if there's a stack of five jelly cubes I want the bottom cube to move the fastest, with the upper cubes moving slower the higher they are, so the visual effect is that it is 'wobbling.'
I can't figure out a way to do this wobbling effect though! I've already done an ordering system to assign a 'stack order' to each cube.
Thanks!
For example, if there's a stack of five jelly cubes I want the bottom cube to move the fastest, with the upper cubes moving slower the higher they are, so the visual effect is that it is 'wobbling.'
I can't figure out a way to do this wobbling effect though! I've already done an ordering system to assign a 'stack order' to each cube.
Thanks!
Comments
I don't think it's an easy solution, but a little work. Hope my concept of how it might work will inspire you for a working solution.
-LewisOne (My Website, FB, Twitter, IG, YT)