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
Hi there,
im trying to loop in xml nodes. I get the just teh first result. Why it doesn't loop? Do i need an index or something like that?
Attached 2 images, with the events and xml.
Thanks!
Cris
See if this tutorial helps: https://www.scirra.com/tutorials/354/xml-parsing
Develop games in your browser. Powerful, performant & highly capable.
You know 'wait 1 second' won't delay the loop. It just queues the 'set text' action to run after 1 second.
If you have 17 nodes it will loop 17 times and then after 1 second it will run the 'set text' action 17 times.
— Yup, i finally figured it out. I was thinking that was waiting a sec, cycle a value, wait another sec and so... Thanks a lot!