Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : for loop in a class

$
0
0
They're all in the same place. So you'll only see the last one drawn.

If you want to see all of them, make sure they are drawn in different locations.

For example by changing the line to:
  1.     image(eye[i],xpos+i*20,ypos+i*20,304,224);

Viewing all articles
Browse latest Browse all 1768

Trending Articles