This raises a few more questions and hope someone is kind enough to point me in the right direction…
Why does Add work but Set doesn’t? What does it do differently?
Also, I noticed that the Rinterp To works, but it kind of jumps to the random num I’m generating. No animation. I thought it would interpolate that rotation??? Do I need to combine it with a timeline?
Also, How could I link the other 2 reels to work as well.
What I am trying to achieve is:
- Each reel should have it’s own rotation set by a random number within a range.
- I would like to add a delay, between the reels starting to spin
- The duration of the spin should vary a little for each reel.
- It would be nice if there’s an ease-in/ease-out for the spinning
- Obviously, keep some sort of track of the symbols that the spins land on.(only for the middle row/position)
I know I’m asking a lot, but am not looking for fully working code, just tips on how I could implement those things.
Thanks in advance and have a “Happy New Year” everyone!