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,
I have a weird problem:
If I place Array.width at 8 and Array height at 4 the array is represented as
xxxx
instead of
xxxxxxxx
I think that's just how the debbuger shows it, if you try to get the correct cell data with events you would get the correct value. But I can agree it would be good if the debugger had some better representation of array data.
Develop games in your browser. Powerful, performant & highly capable.
The width and height are representations of x and y as they are depicted as table data, not as a visual representation.
Imho, 'width' would have been clearer if they were something like 'size_x', or 'len_x'.