| Force Field | |
|
Create this program and save it using the file name BOUNCE.
You will be using an if then statement. If the turtle goes beyond a certain set of coordinates then something is going to happen.
The if part is underlined and the then part is bolded.
Here is the format:
To Bounce fd 1 if ycor > 210 [rt 90] if xcor > 365 [lt 65] end
Using the same idea, create a program that makes the screen look like these.
|