Creating a dynamic slot machine animation
Hello everyone,
I want to build a slot machine project, and I need it to be dynamic.
I want to be able to control each time what three icons will be displayed when the wheels stop spinning.
I don't want to build it in the traditional way with three vertical strips of all the icons and then animation the Y position, I want it to behave like a particle system that generates instances of the icons on the fly, and knows which ones to pick according to the outcome I choose.
Any Ideas?
Thanks
