playMaker

Author Topic: Touch Object Event to Swipe Gesture Event  (Read 1699 times)

thr1llhouse

  • Playmaker Newbie
  • *
  • Posts: 2
Touch Object Event to Swipe Gesture Event
« on: April 10, 2015, 01:44:00 AM »
Hi,

I currently have the Touch Object Event in the start state and when the game object is touched I send it to the next state which is Swipe Gesture Event - which then performs certain actions based on the direction of the swipe. My problem is that it recognizes the Touch Object Event and sends it to the next state but stalls on the Swipe Gesture Event. I'm assuming because this is all considered the same swipe - as once I swipe again, the desired actions are executed.

I'm wondering if it's possible to have this all executed at once (in the same swipe) or suggestions for a possible work around?

Thanks!

thr1llhouse

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Touch Object Event to Swipe Gesture Event
« Reply #1 on: April 14, 2015, 02:35:51 PM »
Alternatively - is there a way to edit the swipe gesture event script to only activate when someone is touching a specified game object?