Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Fortunato on July 25, 2013, 01:36:13 PM

Title: Animated Move Towards
Post by: Fortunato on July 25, 2013, 01:36:13 PM
Hello. I used action "Move Towards" for AI movement. It's work good.

But I need to animate this movement. I tried to use ation "get speed", for setting animation of different speed magnitude, but this action calculates speed not the way I want. I need action, that calculate speed, which object has according to parameter "max speed" in action "Move Towards".

Please help me. How can i do this?

P.S.
Sorry for my English.
Title: Re: Animated Move Towards
Post by: jeanfabre on July 29, 2013, 07:02:30 AM
Hi,

 sorry, I can't really make sense of what you are after. can you rephrase or give an example? I am not sure what you mean by "animate", move towards simply move an object closer and closer to a target using a speed parameter. do you want to change the speed as it goes? for example slowing down as it gets closer to the target?

bye,

 Jean
Title: Re: Animated Move Towards
Post by: Fortunato on August 02, 2013, 01:06:26 AM
can you rephrase or give an example?
I created this scene to demonstrate, what i mean.

https://docs.google.com/file/d/0B_242qEcroVzMUQxOXVxcWZfQ1E/edit?usp=sharing

When AI walking on plate, speed are one amplitude (speed from variable, which are stored by action "get speed"), but when he's walking on terrain, amplitude is different. On this, animation FSM working bad, when AI is on terrain.

How i can store to variable another speed, that more related to "max speed "settings in action "Move Towards"?
Title: Re: Animated Move Towards
Post by: jeanfabre on August 02, 2013, 03:53:28 AM
Hi,

 you have to package your scene when you want to share it. Whenb you package, make sure you remove the PlayMaker.dll in the list of files before sharing.

bye,

 Jean
Title: Re: Animated Move Towards
Post by: Fortunato on August 10, 2013, 03:49:26 AM
Hi,

 you have to package your scene when you want to share it. Whenb you package, make sure you remove the PlayMaker.dll in the list of files before sharing.

bye,

 Jean

Here is: https://docs.google.com/file/d/0B_242qEcroVzLVdsQy0zcVRUWFU/edit?usp=sharing

Need project with PlayMaker and "Standart Assets".
Title: Re: Animated Move Towards
Post by: Fortunato on August 13, 2013, 05:50:39 AM
you have to package your scene when you want to share it.
Sorry. I changed access to the file. Now you can download.
Title: Re: Animated Move Towards
Post by: jeanfabre on August 14, 2013, 08:49:28 AM
Hi,

 You need to properly package your scene. Before sending, always double check. create a new project import your package ( and playmaker) and see if it runs properly.

bye,

Jean