Jump to content

Home

Moves with no acceleration


tyraslin

Recommended Posts

Posted

Hi all,

I'm making an Icarus script for moving a brush between severals points, and rotating around itself...

But, i have a little problem: when my brush arrive to his next point, the brushe stop... What i whant it's a continuous movement between this points, without stopping..

Anybody can help me ?

Thanks

Posted

I have found a solution, but it's not a good one: if i do something like that:

move ( $tag( "plateforme_point2", ORIGIN)$, 8000.000 );

wait ( 7500.000 );

move ( $tag( "plateforme_point3", ORIGIN)$, 3000.000 );

wait ( 2500.000 );

move ( $tag( "plateforme_point4", ORIGIN)$, 3000.000 );

wait ( 2500.000 );

 

I obtain no time delay but a hashing move...

If somebody have something of better...

(sorry for my bas english ;-)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...