Skip to content

Commit

Permalink
Clarify gold instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Jan 15, 2025
1 parent 5d9ad05 commit da40853
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ You can use whatever color your like for the ball, but a bright blue might be he
- `fill_color_rgb(red, green, blue)`

If you feel stuck or overwhelmed, watch the Level 2 video back.

### Hints

Remember that if you update the position at the **start** of the `repeat` block, then the value that's put into the `circle` function in the first iteration will be one greater than whatever you set the initial value too.

Use the scrubber to check the value of x if you're not clear on what's happening.

0 comments on commit da40853

Please sign in to comment.