On 2006-10-25, at 12:49 EDT, Bret Schuhmacher wrote:
Hi all  - anyone using states?

I have two identical states (for testing purposes). I swap them, and all of a sudden I can't access the objects in the second state.

That's the way states work. When you remove a state, it removes the attributes in the state from the object. If you don't want that, move the attribute out of the state and into the object.

Reply via email to