STEP 11: Let's change the coordinates so that our bomb glides to the first ship! Our stage goes from -250 to 250 on the x-axis and the y-axis.
- Go to and drag Glide To into the BOTTOM of your program.
- Change the name in front of .glide_to() from sprite to bomb.
- Change the numbers inside the .glide_to() to 200, -100.
To navigate the page using the TAB key, first press ESC to exit the code editor.