I am looking to accomplish something with MaxScript that is equivalent to random plane colors every frame <-- link. The difference is I want to change the object in every frame to something else. For instance.
Off to the side I have outside of camera view the following shapes:
1. Cube
2. Square
3. Ball
4. Donut
I have 300 frames in my animation. In the center of camera view I would like for one of these objects to be placed randomly in the center or somewhere I can manipulate (move freely).
Result
Frame 1 = Ball
Frame 2 = Donut
Frame 3 = Cube
etc...
How can I accomplish this? Open to using things outside of maxscripts also...