I am creating my first project, and I am stuck on a concept.
I have an animated flame that I want to control with a button. When the user clicks on the button, I want the flame to go on or off.
Now, my brain says that this button should control the visibility of the graphic, however, doing research, I see that you cannot bind to the visibility property of an object.
So, how would I go about getting this to do what I want to do.