Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: ddfire on April 16, 2012, 03:15:29 PM
-
Hi
What is the best way to make a button blink? the idea is make a simple tutorial and show the user to press the button.
thanks!!!
David
-
I personally would recommend adding a highlight glow to the button, and dropping a TweenColor on it set up to always play, and be on a ping-pong loop.
-
first, thanks for your SUPER fast answer.
may you write that for a dump who is learning ? :-[
Thanks!!!
David
-
Not sure what you mean. Just attach TweenColor script to a sprite. Set Style to PingPong, then set the From and To colors. For example fully opaque green in From, and semi-transparent green in To. Hit Play and see what happens.
-
cool, that drop tween color script was the parrt i was missing!!!
thanks your very much!!!!
-
How do you set it to blink only twice?
-
the tween's have an event they can send when they finish... you can play it once, when it finish play it again...
-
Easier to adjust the curve so that it resembles an upside-down "W".
-
We call upside down "W"'s, "M"'s...lol!