Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: markfrancombe on February 05, 2013, 08:28:19 AM

Title: Clicking and dragging a Game Object with the mouse.[SOLVED]
Post by: markfrancombe on February 05, 2013, 08:28:19 AM
I have mouseOver and mouseOff working, but Id like to drag a rigid body around in the window on mouseDown, and drop it on release.
How would I do this?

Mark
Title: Re: Clicking and dragging a Game Object with the mouse.
Post by: jeanfabre on March 20, 2013, 05:49:48 AM
Hi,

 try this:

http://hutonggames.com/playmakerforum/index.php?topic=1286.msg7149#msg7149

bye,

 Jean
Title: Re: Clicking and dragging a Game Object with the mouse.
Post by: jasperPT on May 28, 2013, 06:18:40 PM
Perfect.

I had initially thought of doing this but come up against issues, now i have worked out how to use layer masking it works like a dream.

thanks!