playMaker

Author Topic: How to trigger event when float changes? [SOLVED]  (Read 608 times)

InThAfAcE

  • Playmaker Newbie
  • *
  • Posts: 11
How to trigger event when float changes? [SOLVED]
« on: February 13, 2021, 09:38:29 AM »
Hi. I'm new to Playmaker and game development.

I did a Get Property and currently getting a value out. But how can I make something trigger no matter how little the value decreases?

Is there a action or something that is looking for a change? or maybe i have to build something that looks for the last value and triggers if the previous value is greater than last value?

Im so lost right now  ???
« Last Edit: February 13, 2021, 08:39:56 PM by Alex Chouls »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: How to trigger event when float changes?
« Reply #1 on: February 13, 2021, 10:50:59 AM »
Hi.
There should be an action called 'Float Changed' :)

InThAfAcE

  • Playmaker Newbie
  • *
  • Posts: 11
Re: How to trigger event when float changes?
« Reply #2 on: February 13, 2021, 01:12:54 PM »
Hi.
There should be an action called 'Float Changed' :)

How the hell did I not see that?? Thx