I looked around and wasn’t able to quite find a solution. I am relatively new to coding and am stuck.
I have created a pattern of four squares and have attempted to set up a group of png images that I want to randomly load (one into each square) continuously with a slow frame rate.
I am not sure if how I attempted this is completely incorrect or close to being there and could really use some suggestions. I have tried two different ways with the images and neither will load.
Thank you, Svan! That was exactly what I was missing.
I am still trying to get my head around what is actually happening with the stepX, and stepY variables. Once I am able to better understand that, I will be able to do this!
It took me about a week or so to comfortably read “for (let i = 0; I>4; i++)” and follow what is going on in it.