7
STRINIX
7y

> Teacher uses a for loop to draw random dots
> Teacher explains we can't adjust the individual dots after the loop
> Teacher says we need to use classes
> Teacher creates classes
> Teacher doesn't show a solution to the initial problem
> Me is triggered as fuck

Comments
  • 0
    dots[i].setX(123) dots[i].setY(321)
  • 0
    Can't blame you for the frustration 😦
  • 0
    @RazorSh4rk
    I don't think you can get or set array items like that in Processing and also he didn't use an array
Add Comment