Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: laurentl on April 02, 2013, 05:02:49 AM

Title: Button Scale not scaling the children sprites
Post by: laurentl on April 02, 2013, 05:02:49 AM
As you can see in this video, when I over the mouse on the button, the scaling happens but the sprites underneath don't change.
https://www.youtube.com/watch?v=c5sLCL1j3bE (https://www.youtube.com/watch?v=c5sLCL1j3bE)
Title: Re: Button Scale not scaling the children sprites
Post by: ArenMook on April 02, 2013, 11:08:41 PM
You marked your panel as "static". Static panels don't monitor transform changes.
Title: Re: Button Scale not scaling the children sprites
Post by: laurentl on April 02, 2013, 11:24:55 PM
Got it! Thanks.