I'm making a real-time tic tac toe game and I don't want the cursors to overlap as you play. drive.google.com/file/d/1r-XqUinSX0N0jkfyX0ccSOqxvqVA_LZQ/view
To introduce magic number squares I'll probably need to use arrays huh.
That did the trick and it looks a lot nicer in the event sheet. Thanks!
I'm making a game where you solve puzzles by changing numbers on a grid by walking on them. However, currently the numbers will only change when the player walks on the original number object (UID 0). I also want the numbers to increase 1 at a time instead of continually looping and only the number object that you walk on should change. Please Help!
capx: drive.google.com/file/d/1uYGqi2ZGudd19ffRo516GRdwLiOSzFyU/view
gif of the issue: drive.google.com/file/d/1ntov2XMTWPCKzN1T_opXUA9-VgfXGt1F/view
Develop games in your browser. Powerful, performant & highly capable.
Can 2 separate objects using the platform behavior simulate control for 2 different directions (Ex: Left and Right)? If so how is this done?
How do I make it so when the player jumps on an enemy it only destroys the enemy that they jumped on? Currently, I have multiple enemies spawning from an object and if one of them is jumped on they all are destroyed. Please help!
Link to CAPX: https://drive.google.com/file/d/0Bx3kU1 ... sp=sharing
If you check out the project file (link below) you'll see that I'm having trouble with the bullet behavior not having perfect collisions. I've read ray casting can help but it seems a bit beyond me without an explanation for my specific situation. I could really use some help!
https://drive.google.com/file/d/0Bx3kU1 ... sp=sharing
That did the trick! Thanks for the help!
I have been banging my head against this problem I've been having with an example file. Basically, what I did was create grid-based movement but the character sprite for some reason cannot be within one unit of a non-passable terrain (passable and non-passable terrain is determined by a boolean instance variable).
Please Help!
It works! thanks! turns out you need to press A before it accepts inputs
I'm having trouble adding Xbox 360 gamepad support to my game. I tried simulating the control but it didn't work.
here's my capx: https://drive.google.com/file/d/0Bx3kU1 ... sp=sharing
I'm bumping this post because it really needs to be answered. The methods of uploading games with dropbox and google drive as far as I know don't work anymore. Can someone just give me a method of hosting my html5 game?
I was able to figure it out through the use of instance and global variables but thanks for the help!
There is a tutorial for both dropbox and google drive but, none for onedrive. Is the method the same?
I don't have the full version of the construct 2 so I can't edit Z order. I can only manipulate what appears on the top and bottom of the layout.