Hi everyone!
I'm having some issues creating an array using JavaScript and modifying it with a function. For some reason the array keeps getting initialized again and again. I believe it is because JS code works as a tick, and gets called every frame, so all that JS code is being called every frame. But if so, then how should I do this?
I'm loving Construct, mainly because of the portability and the ability to develop on the go with my phone. But I truly believe there is not enough information out there about Construct 3.
I'm trying to create a simple blackjack game to start dipping my toes on this. And the amount of times I hit a wall due to lack of information has been impressive.
Like... I get using JS is hard, and I{m not the best at it, but come on.
Let me know if any of you know more about good learning resources.