Ninjadoodle Posted July 8, 2014 Share Posted July 8, 2014 Hi Guys Just wondering if anybody knows how to tween the colour property of a sprite? Let's say if I want to flash the sprite white, then fade back to its normal colour. I can't seem to figure out the syntax (if it's even possible). Thank you in advance! Quote Link to comment Share on other sites More sharing options...
nacs Posted July 11, 2014 Share Posted July 11, 2014 You can use the sprite.tint property to set a color/tint for a sprite but AFAIK there is no way to tween that property without manually updating that sprite.tint in an update() method. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.