picking problem

My virtual universe has several shapes and each should be dragged differently (some along X axis and others along Y or Z axis).Can somebody pls help me with this, cuz Im really stuck.Thanx!
[217 byte] By [Appollo] at [2007-9-26 1:43:37]
# 1

Well, it's not actually the shape that is changing, it is the transform group.

So I would guess is that you have to possibly put a tag that indicates which axis the TransformGroup moves along. And then when your behavior is active, it first checks the tag, then corresponds accordingly.

7rst at 2007-6-29 2:37:56 > top of Java-index,Security,Cryptography...
# 2
done it!I have created different kinds of mouse-translate behaviors and am switching between them in my updateScene(int, int) method in my pick-translate behavior.
Appollo at 2007-6-29 2:37:56 > top of Java-index,Security,Cryptography...