Hello, I would like to compare the pixels similarity between two halves of the current frame for a game I'm making. Is there any way I could do that with construct?
take a look at this thread: in the middle of the second page it has a demo of how to draw a path and have an object follow it. https://www.construct.net/en/forum/construct-3/general-discussion-7/collection-demo-projects-149701/page-2
take a look at this thread: in the middle of the second page it has a demo of how to draw a path and have an object follow it.
https://www.construct.net/en/forum/construct-3/general-discussion-7/collection-demo-projects-149701/page-2
Thank you so much for the answer. It really helped.
Now, are there any ideas on how I can compare the shape the player draws to a predefined shape I'm showing to him? I will work on this today and try to figure it out but any help, again, would be much appreciated. :D
Hello, I'm making a game where the player needs to draw a shape presented to him and I would like to know how to go on about it. any kind of help will be useful as I have literally no idea how to make this work. Thanks in advance. :D
Hello, I have some cards which display a different image for a Pair Matching game. The following code is supposed to shuffle the cards but for some reason the FaceFrameOfInitialCardPicked and FaceFrameOfSecondCardPicked variables seem to stay 0 at all times.
The Card.CardFaceFrame is initialized above and is indeed different than 0. Any ideas what I'm doing wrong?
Hello, I would like to shuffle some cards in my game and I need to get the instances of the Card Object Type to change certain values. Is there any way to do that?
Hello, I would like to create an object through scripting, can someone give me an example?
Develop games in your browser. Powerful, performant & highly capable.
Hello, I'm trying to flip two cards in my game, essentially switching their animations but I want for he player to be able to see the cards for a couple of seconds. The Wait node doesn't work for some reason, any ideas of what I can do?