playMaker

Author Topic: Animated Move Towards  (Read 3589 times)

Fortunato

  • Playmaker Newbie
  • *
  • Posts: 17
Animated Move Towards
« 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.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Animated Move Towards
« Reply #1 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

Fortunato

  • Playmaker Newbie
  • *
  • Posts: 17
Re: Animated Move Towards
« Reply #2 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"?
« Last Edit: August 02, 2013, 01:09:15 AM by Fortunato »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Animated Move Towards
« Reply #3 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

Fortunato

  • Playmaker Newbie
  • *
  • Posts: 17
Re: Animated Move Towards
« Reply #4 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".

Fortunato

  • Playmaker Newbie
  • *
  • Posts: 17
Re: Animated Move Towards
« Reply #5 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.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Animated Move Towards
« Reply #6 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