playMaker

Author Topic: How do I drag an object in the scene[SOLVED]  (Read 2370 times)

jermerqua

  • Playmaker Newbie
  • *
  • Posts: 31
How do I drag an object in the scene[SOLVED]
« on: April 12, 2020, 06:10:32 PM »
I'd think this is super simple but was hoping someone could point me to a quick tutorial on how to simply drag and top an object in the scene with my mouse. It has a rigid body attached to it if that makes a difference.
« Last Edit: April 15, 2020, 01:26:52 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: How do I drag an object in the scene
« Reply #1 on: April 14, 2020, 02:03:22 AM »
Hi,

 there is a sample Drag and Throw 2d on the ecosystem, this will be a good base, it's 2d, but the principle applies for 3d as well.

 there is also an action called :"DragRigidbody" on the ecosystem that should make it very easy.

Bye,

 Jean


jermerqua

  • Playmaker Newbie
  • *
  • Posts: 31
Re: How do I drag an object in the scene
« Reply #2 on: April 14, 2020, 03:28:48 PM »
Yes!!! Ecosystem. Just heard about that. Great! all over it. thank you