Issue with Mouse Hover Color in Game

I’m having trouble creating a white mouse hover effect in my game. The current hover effect is greenish, and I’m unsure how to modify my code to achieve the desired white color.


White is all colors combined. If that’s not the answer I read the question wrong.

You need to start with a white object and turn it yellow to get the effect you want. The color behavior adds to the colors thats already there.

1 Like

Oh yeah I read the question wrong