I am making a 3D mobile game with C3. Obviously, I want the game to run as fast as possible and use minimum memory. Would it use less memory to use (maybe) 5 -...
So I've got an NPC that has an idle animation. Like any idle animation, she doesn't move much. Here's one frame: If I convert all the frames to a WEBM, it's 95%...
And so friends, I decided to go into my old project and try to revive it. It was made quite a long time ago, so there were big problems with optimization. I hav...
I was programming a Memory game to go, it's just loading Gary's painting and the other characters, how can I solve it? Follow the print of the codes and the err...
I have 3 videos in my project that take ages to load, the average size is around 5-6mb. This messes with the UX aspect and I tried preloading, but that just cau...
In terms of efficiency and size of project considerations, how significant is it to have more objects (sprites, text, etc) vs less? Assuming the total number of...
I am making a memory game in Construc 3, and I can't do the logic to match cards. I am trying to do it in the Event Sheets but I don't know how. Please, someone...
I already have the cards, the layouts, and all of this. But I can't choose the cards that be the pair, and I can't destroy the cards when they matchup. I saw so...
I'm currently working on a project in Construct 3 and I need help creating the logic for a Memory Game (also known as "Match Pairs" or "Concentration"). What I'...
I want help to fix a problem. I just saw this tutorial: It's perfect, I did all of it, but I need to reply this logic in my 3 layouts (or phases). The variables...