Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: JennaReanne on January 29, 2014, 03:36:36 PM

Title: Finger Gestures Drag Event action[SOLVED]
Post by: JennaReanne on January 29, 2014, 03:36:36 PM
(Cross-posting this from the FingerGestures forum since I haven't gotten a response there yet)

Hello - I'm using FingerGestures with Playmaker and having a bit of trouble with some specific functionality.  I have been able to successfully set up dragging like in the demo scene, but I would like to limit dragging to only one object.  I can only get the drag event action to register a drag started event when I have "Start Object Filter" and "Current Object Filter" set to Specify Game Object > None.  The problem is that this results in me being able to grab and drag any object in the scene with a box collider.

I've tried everything I can think of, including "Use Owner", "Specify Game Object" with the object I want to drag, "Specify Game Object" with a variable that holds the object I want to drag, and nothing seems to be working.  Any advice would be much appreciated!

Thank you,
Jenna
Title: Re: Finger Gestures Drag Event action
Post by: JennaReanne on January 30, 2014, 10:21:07 AM
Never mind - looks like I had some conflicting colliders!  This has been resolved