1
Answer

Image Array

Graham

Graham

17y
6.4k
1
I want the user to be able to click on a folder and have the images gif and jpg in that folder placed in an array so that I can then use them as backgrounds for buttons ie Button1.backgroundimage = imagearray(0) Button2.backgroundimage = imagearray(1) Button3.backgroundimage = imagearray(2) etc How would I best code this?
Answers (1)