Hello.
This looks the same as other examples I can see, but my output is only a single vertical line of sprites instead of a page full.
I have no clue! Please send halp!
Screenshot:
imgur.com/a/ENp02
Develop games in your browser. Powerful, performant & highly capable.
You need to reset noiseYPos in event 2, otherwise it just keeps getting bigger.
A better mechanisms to use the loopindex.
noiseXPos = gridSize * loopindex("foo")
noiseYPos = gridSize * loopindex("bar")
Ah ha! Yes! I knew i must have just been forgetting something and that explanation matches what the debug mode tells me when looking at variable values. And thanks! I was trying to figure out how to use loopindex somehow.
Onya, mate.