Hi there,
I'm Construct user for a few years, but lately I moved to javascript framework, since dealing with 2D & 3D array on Construct is difficult.
I think the X & Y coordinate is reversed that make it hard to maintain, especially if there are loop tree with array.
I may missing many important changes and new features, I hope there are an update to make array easier to use.
I know there are javascript feature, but I don't think it fit my needs.
Based on screenshot above, I can't access "array" variable since it's outside of scope. but I want to make "array" globally and works similar as Array plugin.
Any way to do this?