You need to delete the "Button on clicked" condition from the event. And add another one instead - "Mouse On Object Clicked".
Or do you want to trigger this event when either a button or a sprite is clicked? In this case the easiest way is to make two events. A more advanced method is to right-click on the event and convert it to OR-block. Then you'll be able to add both conditions to it.