On getting a Game Over my player sprite is supposed to align itself so that it's just overlapping another sprite. This works fine when the sprite is static, but...
So I've been trying to solve an issue I've been having with the Replace Color effect. It's very useful for skins/palette swaps like the kind you'd find in fight...
I have a large number of points (x,y) forming a polygone, is there any simple way in Construct 3,to check if a point is inside my polygone? Polygone is a texte...
I really need to know how to calculate the distance between a point and a line. The expression Distance refers to the distance between two points, so it doesn't...
I have a sprite with 5 image points (named 1 to 5) and I want to create a text box that displays the number of the imagepoint at every image box. I've made this...
I am making a stealth game where if the player object overlaps enemies FOV cone the bullets spawn and move in the direction of overlap point. I can't just targe...