This video shows a #Python program that uses #PygameZero built-in functions: def draw(), on_mouse_down(). User defined function (def place_fox()) for placing an Actor at specific location on the screen is shown. Current #code will generates the same message whether you click on the fox or not. The next video will show you how to add code that will cause the "Good shot!" message to be generated when the fox is clicked on.