Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: missakmissak on September 03, 2014, 03:58:47 PM

Title: MouseClick or Touch in playmaker
Post by: missakmissak 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?
Title: Re: MouseClick or Touch in playmaker
Post by: kaelcabral on September 03, 2014, 04:20:51 PM
Hey,
Use "Mouse Pick Event"
Work like a charm  ;)
Title: Re: MouseClick or Touch in playmaker
Post by: missakmissak on September 03, 2014, 04:29:06 PM
yes, but there is only mouseup and mousedown in the mousepick event. I want mouseclick
Title: Re: MouseClick or Touch in playmaker
Post by: kaelcabral on September 03, 2014, 06:22:01 PM
mouse down its click
Title: Re: MouseClick or Touch in playmaker
Post by: missakmissak 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.