Closed GoogleCodeExporter closed 8 years ago
That is expected behaviour. Once a Sequence starts, all tweens are run once to
determine their starting value. Callbacks though are not run. That means that
changing the material inside a callback will happen, but only while the tween
is not playing. Then the original behaviour will take place.
If you want to change the color and have it considered, you should add a tween
(even a 0 duration one) that changes it to white, instead than using a callback.
Original comment by daniele....@gmail.com
on 17 May 2014 at 12:44
Original issue reported on code.google.com by
wei2le...@gmail.com
on 17 May 2014 at 8:50