to use a for-loop to load, draw and work with images, objects of a class,..
Answered
- Need more info
- Answered
- Working on it
in
Programming Questions
•
3 years ago
I've got some images from img1 to img20 for example..
can I use: (for i=1; i<20;i++) {img[i]=loadImage("img[i]");}
I know.. this isn't possible like that, but is there a possibilty to make it with a for-loop or do I have to load every image alone?
1