hi,
trying to hold cycle for instancer.
ihave 20 frame objects cycling ..
and i want to hold cying in frame 20 .
trying to get mel like this but not working exactly
if (child_particle_Shape1.age >= .76)
{
child_particle_Shape1.mcycle = .76;
}
else
{
child_particle_Shape1.mcycle = child_particle_Shape1.age;
}