Click "Remix" in the top, right. Then click the "See inside" button of your copy. You should see 4 blocks in the editor section (for the "Button" sprite). Your task is to connect the "set" and "change" Variable blocks to the correct events ("when :green_flag: clicked" and "when this sprite clicked"). The goal here is to separate the setup (or initialization) of a program from the user interaction with the program. When you are finished you should be able to click the :green_flag: and then click the gray button to see the "Button: times_clicked" count change.