Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: playmakertester on May 08, 2021, 06:28:13 AM

Title: How to send an event when the value of an input field is changed
Post by: playmakertester on May 08, 2021, 06:28:13 AM
Hi

I would like to add a function to send a specific event when the value of an input field is changed, has anyone worked on these in the past? If so, please advise how to do it.
Title: Re: How to send an event when the value of an input field is changed
Post by: djaydino on May 08, 2021, 07:21:34 AM
by value of an input you mean like a text box?

if so, you could use a 'String Changed' action or 'Fsm String Changed' (Ecosystem (https://hutonggames.fogbugz.com/default.asp?W1181))
Title: Re: How to send an event when the value of an input field is changed
Post by: playmakertester on May 09, 2021, 03:03:26 PM
Exactly! thanks lot for advice  8)