loadImage() in iteration
in
Programming Questions
•
1 year ago
I have 255 jpeg imaged, and i want to load these according to a varibale.
for(i=0;i>255;i++){loadImage("%.jpeg",i)
Cant i do something like that? To load 1.jpg 2.jpg 3.jpg etc.
Also how can i preload these images? And call them later when i need.
Thanks!
1