trying to add a pushbutton to my circuit please help me

Have a look at the state change detection example in the IDE (File, Examples, Digital). You will see how to count button pushes and store the current count in a variable. Then you can have a switch case statement that uses the buttonPushCount to select which sequence to run.