Press any key and the background changes. By "any" key, I mean any of the keys that Scratch recognizes. It's done by having 41 scripts on a sprite, which broadcasts "anykey" if any of the keys is pressed. If you import the Any Key sprite into a project, you can put "When I Receive ( anykey )" on any other sprite & it will respond to any key. <3