I'm trying to set the visibility of a GenInteraction during runtime. This is
what I'm doing:
@call geninter::MSG_GEN_SET_NOT_USABLE(VUM_NOW);
@call geninter::MSG_GEN_INTERACTION_SET_VISIBILITY(selection);
@call geninter::MSG_GEN_SET_USABLE(VUM_NOW);
selection is picked from a dropdown list. this is the genitemgroup's status
message. selection goes from 0-6.
But it doesn't work. The object just flickers as if all I did was make it
unusable then usable again. What's wrong?
------------------------------------------------------------------------
| I've always been afraid to die, but I think I'm more afraid to live. |
| -Billy Corgan, Smashing Pumpkins, The Aeroplane Flys High |
------------------------------------------------------------------------
| Edward Di Geronimo Jr. edwdig@bergen.org |
------------------------------------------------------------------------