playMaker

Author Topic: Dragging an object after a time delay. Can't get it to work .  (Read 1856 times)

grimmy

  • Junior Playmaker
  • **
  • Posts: 70
Hi, I want to be able to drag an object after touching it for over 0.5 seconds only. Touching it for less time will not pick it or enable it to be dragged. I have tried all day with various permutations of the Mouse Pick Event combined with a wait state but I can't get it to work.

I almost feel like the Mouse Pick Event action needs a 'is Mouse STILL Down Event' as using the 'Is Mouse Down' waits for another touch/click.

Maybe I am approaching this wrong?