Click the green flag. Use the arrow keys to dodge.
First, upload a plane from your computer. Then, choose a parrot from the sprite group. Then, choose the sky backdrop and some clouds. Select the clouds. Then, set x to 250. Change x by -10 (repeat 50 times). Set this whole process to forever. Select the bird. Make it glide 1 sec to random position. Put next costume. Set this whole process to forever. ___________________________________________ Now, it's the plane's turn. Make it say all the lines mentioned in the project. Make a variable. Name it 'Bumps'. *Set bumps to 0 and add it to the coding. Go to the control column and pick the block if.....then. Add the block 'touching mouse pointer' from the sensing column. Replace 'mouse pointer' with 'Parrot'. Next, go the variable column and pick the block 'set my variable to 0'. Replace 'my variable' with Bumps. Make the plane say 'ouch'.* Set the *starred* instructions to forever. ___________________________________________ Now the most important part: Go to the events block and pick 'when space key is pressed' and replace space key with 'up arrow'. Join it with the block 'change y by 10' from the motion column. Go to the events block and pick 'when space key is pressed' and replace space key with 'down arrow'. Join it with the block 'change y by 10' from the motion column. Share your project.