I'm writing a program for my class that draws a picture. The picture right now is of a house with a some windows and a door and a bird gif the flies by. I want the door to display a random color each time the program is loaded and it worked until I added the bird to fly by. Since the way to get the bird to animate I have to Invalidate() each time, this causes the door to change colors each Invalidate(). So I was wondering if there is a way to separate the the door so that it picks a random color once and keeps displaying that color while the bird flies by.
