Hi All,
Hoping someone may be able to help with this little problem I'm trying to solve.
I have one object with 10 frames, each frame has a different colour box. I have 3 instances of this object on my layout and I want each object to jump to a random frame, but not duplicate. For example, Red-Green-Blue and not Red-Blue-Blue.
I have been looking at arrays and the various tutorials and forum posts and I think that arrays are the way forward however it's not my strong point and I don't feel I fully understand them and while I can create an array of random numbers and can get the objects to pick up a number from the array, they all pick up the same number rather than a different number each. So all three objects always jump to the same frame. I had a look at the tutorial about not picking duplicate numbers but I think my struggle is actually applying the each number to an instance of the object and setting the frame number.
Any thoughts or ideas would be greatly appreciated and if I'm being an idiot and going about it completely the wrong way, please do say so!