Hi all!
I have a slider manipulator that i want the value of to change the value of a morpher.
Here's my code
sliderManipulator name: "sld1" xPos:0.217586 yPos:0.902287 isSelected:on
on sld1 changed .value do
(
$sphere01.morpher [1] .value = sld1 .value
)
)
createDialog test
When I slide the slider the morpher value doesn't change. What have i done wrong?
Anubis · 2012-02-02