Click the cat to create a clone. The behavior of the clone depends on whether it's an odd or even clone (clone_index variable). Odd clones move horizontally and even clones move vertically.
This is a demo project that shows how to achieve different behavior for each clone you create. The code is extensively commented to make it easier for you to understand. I defined only two clone behaviors using the [mod 2] block, but you could create as many unique behaviors as you want. Feel free to use any of the code in your project.