Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
Is it possible to pick from 2 different arrays at random?
For example I have array1 and array2. Is there some sort of expression I could use to randomly pick one of those two arrays?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
You could use Pick by UID choose(uid1,uid2), where uid1 & uid2 are the actual UIDs of your two arrays.
or use Pick random instance
Good point.