Hello,
I've got a simple question and I don't know what I'm doing wrong.
I create an object and in the Properties->Triggers I create a Custom Draw.
As you know in the tree view you can find it in Object/variables/ondrawtrigger.
Now I want to influence variables in my animation, so I need to go to:
Object/visual/animationinfo/animations/...
Up to now I tried the following commands:
setnodenum(node("@>objectfocus+>visual/animationinfo/animations/turn360/keyframes/1/bodies/1/9"),getlabel(current, 5));
setnodenum(node(">visual/animationinfo/animations/turn360/keyframes/1/bodies/1/9"),getlabel(current, 5));
setnodenum(node("../visual/animationinfo/animations/turn360/keyframes/1/bodies/1/9"),getlabel(current, 5));
Nothing is really working.
Thank you in advance!