I am trying to figure out how to get the background placed after the user clicks. Right now with my code it just places a plain white screen after instead of the picture it is supposed to be.
Below is my code i am using to place the picture. What can I change?
win = GraphWin("Train your dragon", WINDOW_WIDTH, WINDOW_WIDTH)
win.setBackground(bgNum)
backgroundImage = Image(Point(WINDOW_WIDTH, WINDOW_WIDTH), "bgNum")