View Single Post
An object name in an array
Old
djslater107
Administrator
 
Status: Offline
Posts: 190
Join Date: Jan 2007
Default An object name in an array - 10-06-2021, 07:42 AM

If I understand your question, ,you know how to set the opacity of the disappearing object to 0, as in

<item>.setOPacity(0)

What happens when you have the naming object say <item>, as in

<namingObject>.say("object: " + <item>);

You probably need to have some sort of String (like "object: " to add the disappearing object name).

Let me know if this is not quite your question, at don@alice.org


Don Slater
Alice Team
Carnegie Mellon University
   
Reply With Quote