Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.