Hello developers.
I want to use data structure array in json.
for example,
in Javascript
var obj = [{id: 1, name: 'good'}];
console.log(obj[0].id);
output : 1
How to express in Construct 2?
Develop games in your browser. Powerful, performant & highly capable.
This should help you: https://www.scirra.com/tutorials/978/ex ... -game-card
And this: https://www.scirra.com/tutorials/307/ar ... ers/page-3