It's the second time the forum errors me and I lose 10 minutes of writing..
Yann I'll try to explain myself better.
I'm making an educational application for handicapped children and I need to procedurally generate a question on startup.
Let's make an example:
var pool = "book,table,spoon,lamp";
var answer = tokenat( pool , floor( random( tokenCount(pool ,",") ) ), "," );
//On the layout there are four hidden objects called (book,table,spoon,lamp) each of them has at least 10 frames, so I can't create only one object and then calling a random frame.
I now need to: System set object called answer visible
Basically I have 50 invisible objects and I need to make one visibile.
Animmaniac only one of those 50 objects and make it visible