interface
DEF Move Script {
field SFTime duration 4.0
field SFVec3f cur_pos 0 0 0
field SFRotation cur_rot 0 1 0 0
field SFVec3f new_pos 0 0 0
field SFRotation new_rot 0 1 0 0
eventIn SFTime touchBox # click Box
eventIn SFTime touchCone # click Cone
eventIn SFTime touchSphere # click Sphere
eventIn SFVec3f position # current position
eventIn SFRotation orientation # current orientation