helicopter fly

helicopter fly

Re: helicopter fly Posted by bLuEMaN on Tue Feb 15th 2005 at 2:20pm
bLuEMaN
14 posts
Posted 2005-02-15 2:20pm
bLuEMaN
member
14 posts 331 snarkmarks Registered: Jul 3rd 2004 Occupation: Junior Level Designer Location: Valencia, Spain.
Hi, im trying to make the apache model fly through the sky as if it was passing away, but i cannot make it move. I started having it with a monster_generic and a scripted_sequence, but it moves instantaneously from one place to the other. Then i tried putting clip so it didnt fell, and nothing. Is there another way it could work?

thx.
Re: helicopter fly Posted by fraggard on Tue Feb 15th 2005 at 4:21pm
fraggard
1110 posts
Posted 2005-02-15 4:21pm
fraggard
member
1110 posts 220 snarkmarks Registered: Jul 8th 2002 Occupation: Student Location: Bangalore, India
In the properties of your scripted_sequence, there is a "Move to Location" dropdown. Set the value to Walk instead of Instantaneous and it should stop teleporting.

Edit: There's some useful info
here.
Basically, you should create a set of properly configured path_corners along the path you want the apache to travel. Set the Target of the monster_apache to the name field of the first path_corner, and then trigger the apache.

Oh, and fix your avatar :razz:
Re: helicopter fly Posted by bLuEMaN on Tue Feb 15th 2005 at 5:43pm
bLuEMaN
14 posts
Posted 2005-02-15 5:43pm
bLuEMaN
member
14 posts 331 snarkmarks Registered: Jul 3rd 2004 Occupation: Junior Level Designer Location: Valencia, Spain.
ok but, i already did the Walk thing and it still moves instantaneously. Ill try the monster_apache thing, it should work. Thx alot :smile: