Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Ronnie gaikwad on June 29, 2019, 09:51:19 AM

Title: How to do the character movement.
Post by: Ronnie gaikwad on June 29, 2019, 09:51:19 AM
In this image when you drag down the finger the predictable arrow comes out of the ball and when we lift up the finger the ball goes in the direction of that arrow.. Can anyone tell me how to do it? My ginger is in the same line of the arrow down the ball.. When i move my finger the arrow also moves. Please check the game strike hit for reference (i have edited the images with green color to show where my finger is and how much i have drag the finger,when i release my finger the ball moves in that arror direction)
Title: Re: How to do the character movement.
Post by: djaydino on June 29, 2019, 01:13:24 PM
Hi.
I think you forgot to add you image :)
Title: Re: How to do the character movement.
Post by: Ronnie gaikwad on June 30, 2019, 07:31:37 AM
Please check it.. I have added the images
Title: Re: How to do the character movement.
Post by: jeanfabre on July 05, 2019, 10:25:27 AM
Hi,

 use the action Mouse3dDragPlane from the ecosystem. It will allow you to get that perfectly. you define the 3d plane where the mouse will interact, and you can get both world position to draw the start and end point.

 Bye,

 Jean