I am creating a traditional search and find game (similar to where's waldo and classic adventure style PC games) in which a scene is generated with a list of items to find within it. All of that is done and coded, my problem is that I don't know how to make it so that when you click on one of the listed objects (which are PNG files) it disappears from the scene and the object name is removed from the list. (could also be done by drawing a rectangle the same color as the list over top of the object name). Any help is greatly appreciated! Here is a picture of the program and the source code: