Can someone explain or lead me to a good tutorial in programing arrays for games either in Construct2 or Javascript ?
Great video showing their power
I don't understand the question. Is it that you are wanting to know what arrays are/what they do? The concept is the same for all languages. You just need to learn syntactic differences, as well as language quirks. This guy explains programming stuff really well, https://www.youtube.com/watch?v=w09Tk9G7sHs. Forget that he is using C++ and think more about the idea behind why they are useful.
Or do you already know about arrays from some other language and are wanting to know how they work in Javascript? MDN is probably the best resource for learning JS. It is always up to date and usually has plenty of examples and use cases for whatever it is you are wanting to learn about https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global....
Stay a while and listen.
This video helped me get their potential--
https://www.youtube.com/watch?v=2kQ27MZ-6nA
This video shows me how to use them in Construct2 (C2)
https://www.youtube.com/watch?v=oyqW_UJNux8
The program uses module based porgaming, and excepts Javascript plug-ins. Alas, my Javascrip skills are very basic.
Thanks for the links, I'll read them more indepth over the weekend :)
I'm a patreon of this site :D
http://burningwoodm.tumblr.com/
btw: i uses "w3schools" bcs of perfecf tutorial and reference about web/js programming.