Playmaker Forum

PlayMaker Help & Tips => Android Help => Topic started by: Captaincrud on March 22, 2018, 10:24:32 AM

Title: Need a object follow finger left and right
Post by: Captaincrud on March 22, 2018, 10:24:32 AM
I need a smooth following left and right of object with out finger leaving the screen. Please and thank you seems like this should be a stander-ed knowledge but never need to do this before in playmaker
Title: Re: Need a object follow finger left and right
Post by: verybinary on March 22, 2018, 11:29:10 AM
Try getting mousedown, grabbing vector(2 if possible but 3 should work?) And put an FSM on the object you want moved and move it to or towards or something with the vector variable.
Title: Re: Need a object follow finger left and right
Post by: jeanfabre on May 07, 2018, 02:47:18 AM
Hi,

 Check out the sample MoveTowardsWithConstraints on the ecosystem.

(https://i.imgur.com/i7mUMcP.png)

Bye,

 Jean