Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+11 votes

In my fly() methods I have written if statements that once the bird reaches the end of the screen, it changes the boolean value so it should theoretically turn around as it should execute my else statement of altering the bird behavior. Should I be approaching fly with a different strategy?

asked in CSC212_Spring2019 by (1 point)

1 Answer

0 votes

if you can put if statement and Y or x point reaches some point then you can set y to zero or negative.

answered by (1 point)
...