Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: One3d on September 11, 2012, 04:45:15 PM

Title: Need help with NGUI Checkbox
Post by: One3d on September 11, 2012, 04:45:15 PM
I'm having some trouble using the NGUI checkbox with PlayMaker just can't get the checked or unchecked state!
Tried with GET or SET but without any luck. Could someone give me a hint?
Title: Re: Need help with NGUI Checkbox
Post by: jeanfabre on September 13, 2012, 06:26:21 AM
Hi,

 it's straight forward, drag the UICHeckBox component onto the playmaker State tab content  ( where your state actions are ) and pick "Get property". then pick the "isChecked" property.

Check "everyframe" else it won't refresh as the user check it on and off.

bye,

 Jean