ASSEMBLY

 From:  pressure (PEER)
11058.2 In reply to 11058.1 
Hi Christian,

You could write a script to do what you show in the GIF. Some documentation on scripting is at https://moi3d.com/forum/lmessages.php?webtag=MOI&msg=10857.36

There's a "Command User Interface" example near the top of the .html file there that shows how to use setTimeout to create a time interval between events. Instead of triggering the function "toggle" you would loop through the objects in the scene and set object.hidden = false to make them visible one at a time.

- Peer