Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Gida on March 09, 2016, 04:37:53 AM

Title: Set Button script to Highlighted from the start.
Post by: Gida on March 09, 2016, 04:37:53 AM
Hi,

I am into the Button Script. Lets Say I navigate through Scenes by pressing Ugui Buttons. Once I am pressing the Button it stays "Highlited" (with spriteswap setting to automatic). When I change the scene with a new sub navigation in Ugui, I am already at my first topic so the Button should be already in Highlighted state. But it is on standart target graphic. I tried set property with Button script, but "enabled" doesnt change anything???

How to achieve this: A Button with the sprite swap shall be on highlited on start???

Greetz
Title: Re: Set Button script to Highlighted from the start.
Post by: Unisonkid on March 10, 2016, 10:30:30 AM
Try "Set Selected Object" it's in Eco and make sure you only have one Event system and it is on at level start. Hope that helps