playMaker

Author Topic: MouseClick or Touch in playmaker  (Read 3617 times)

missakmissak

  • Playmaker Newbie
  • *
  • Posts: 12
MouseClick or Touch in playmaker
« on: September 03, 2014, 03:58:47 PM »
Hello,
How can I do mouseclick event and not mouseup or mousedown in playmaker. I can do in 2 states but is there another event or plugin I can use to implement the mouseclick on sprites?

kaelcabral

  • Playmaker Newbie
  • *
  • Posts: 25
Re: MouseClick or Touch in playmaker
« Reply #1 on: September 03, 2014, 04:20:51 PM »
Hey,
Use "Mouse Pick Event"
Work like a charm  ;)

missakmissak

  • Playmaker Newbie
  • *
  • Posts: 12
Re: MouseClick or Touch in playmaker
« Reply #2 on: September 03, 2014, 04:29:06 PM »
yes, but there is only mouseup and mousedown in the mousepick event. I want mouseclick

kaelcabral

  • Playmaker Newbie
  • *
  • Posts: 25
Re: MouseClick or Touch in playmaker
« Reply #3 on: September 03, 2014, 06:22:01 PM »
mouse down its click

missakmissak

  • Playmaker Newbie
  • *
  • Posts: 12
Re: MouseClick or Touch in playmaker
« Reply #4 on: September 05, 2014, 03:57:58 AM »
MouseClick is both, like you click a button in a website. That is the user MouseDowns on the object and when he MouseUps on the same object, the event is fired. Is there this event in playmaker?
I need this for my menu and buttons in the game.