I want to use this expression like
var obj = [{id: 0, type: 0}]
alert(obj[0].id);
How to express in Construct 2?
Develop games in your browser. Powerful, performant & highly capable.
I'm going to use CSV eventually.