Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: GuinUK on June 28, 2017, 04:57:20 PM

Title: Click a chest lock to unlock it
Post by: GuinUK on June 28, 2017, 04:57:20 PM
Hi guys,

I know this will be easy, but after watching 20 vids and reading too many 'almost' useful pages I decided to bite the bullet and ask.

I have a box collider on the chest on the 'lock'
I have set it as a trigger

This works to an extent but allows you to just walk into it and I ideally want it to click.

I have also tried a button down but think I cocked it up.

Thanks in advance for any help.
Guin
Title: Re: Click a chest lock to unlock it
Post by: djaydino on June 29, 2017, 02:20:02 AM
Hi, if the fsm is on the chest you can use a 'System Event' transition.
Right click on a state, select 'add transition' or 'add global transition' and then 'system event'
There you will find 'Get Mouse Down'

after you placed this you can click on the object while playing and the Transition will be triggered.

There is also an action called 'Get Mouse Button Down' but this one will trigger on the whole screen, no matter where you click.

This one can be useful with a mouse pick event especially when you have lots of objects, because if you would have a lot of objects with the System Event it will get laggy.

here is a sample video :

Title: Re: Click a chest lock to unlock it
Post by: GuinUK on June 30, 2017, 03:30:31 PM
Thank you :)
Much appreciated