Reset or reuse behavior class
843799Sep 12 2003 — edited Sep 22 2003Hi forum,
I'm developing a J3d application which I need to move a TransformGroup (text and textures) from one side to other on the screen. It's kind of marquee or ticker. The transformgroup will move just once, until the end, I need to reaload more information and restart the behavior.
I'm using three TransformGroup, 1.Current object; 2.The Behavior; 3.Next object.
The problem is that I don't know how to reuse the behavior, changing the target transformgroup. When I try to do that, the VM told me that I can't modify live objects.
My question is, how can I reuse a behavior or set its target group? Does someone have any solution to this issue?
Thanks in advance,
rcdrummond