Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reset or reuse behavior class

843799Sep 12 2003 — edited Sep 22 2003
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2003
Added on Sep 12 2003
5 comments
56 views