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
Iv tried looking up other tutorials and I'm stumped. Im new to visual scripting and have been trying to add random words from an array to text for ages.
This is the box I want to add it to.
This is what it always comes out as. No matter what I do. The debug mode says the data in the array is correct so I'm not sure what I'm doing wrong.
Develop games in your browser. Powerful, performant & highly capable.
Two On start of layout conditions were happen at the same time.
On that time the Array is not load the JSON from the AJAX.
You should have a call after the AJAX completed, like a button to click and call the random from Array.
Adding dop2000's post from the locked dupe thread:
Move actions from event 4 into event 2. Also, don't use "Trigger once".
Move actions from event 4 into event 2.
Also, don't use "Trigger once".