hi
I am currently making a truck and trying to make the dampers work but I just cant get them to move this is what I got off another website (cant find where now) but it don't seem to work any ideas on how to make the dampers move?
class FLwheelDamper
{
type = "translationY";
source = "damper";
selection = "l_f_wheel";
SourceAddress = "clamp";
axis="";
animPeriod=0;
minValue=-1000;
maxValue=1000;
};
class FRwheelDamper
{
type = "translationY";
source = "damper";
selection = "r_f_wheel";
SourceAddress = "clamp";
axis="";
animPeriod=0;
minValue=-1000;
maxValue=1000;
};
class BRwheelDamper
{
type = "translationY";
source = "damper";
selection = "r_b_wheel";
SourceAddress = "clamp";
axis="";
animPeriod=0;
minValue=-1000;
maxValue=1000;
};
class BLwheelDamper
{
type = "translationY";
source = "damper";
selection = "l_bf_wheel";
SourceAddress = "clamp";
axis="";
animPeriod=0;
minValue=-1000;
maxValue=1000;
};
Thnaks