tyraslin Posted July 29, 2002 Posted July 29, 2002 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
tyraslin Posted July 29, 2002 Author Posted July 29, 2002 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 ;-)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.