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
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.
Develop games in your browser. Powerful, performant & highly capable.
— 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!