Well, the problem seems to be that a scripted paramWire.connect2Way simply doesn’t animate in Max9 and higher; a one-way scripted paramWire.connect an…
Alright, I just tried the same operation in Max 2008, with no luck. When the params are wired via the code, they are ignored when animated (“All” is c…
OK, here’s an additional bizarre twist… I tried running the above code in Max8, then animating, and it worked just fine. When I try the exact same th…
Yeah, Keith, that’s pretty much what I was facing before I posted.
Sweet, ZB.
It is kinda neat, isn’t it? The multilines seem to default as a flush-left, but tapping the spacebar can let you at least approximate centered text.
Hi, J_H. I know that height can be applied to editText, but to my knowledge alignment is a label’s only property. edit: I stand corrected. I tried …
Thanks, Rusty. Actually, I also screwed up the variable; it started out as “a”, then mysteriously switched to “v”. When I run… ( b1 = box() b2 = bo…
Here’s the solution (or one solution, at least) to the on/off switch by object position… ( box pos: [ 0,0,0] name: “Box01” wirecolor: Red box pos: [5…
Actually, I found that the problem was that I had the left-hand and right-hand expressions flipped. — This, what I originally had, throws an error …