eurekaskastle's Forum Posts

  • 9 posts
  • Nutzaboutpoker -

    You can put however many frames you want...you would probably just want to adjust the Board and SquareTx settings

    The game is supposed to check when you are out of moves and reset the board, but the plugin is apparently broken. Also, a few of the matcher patterns (see MATCH2D) are incorrect. A colleague of mine tried to fix it, but has had limited success.

  • My team is working on a match 3 Candy Crush/Bejeweled type game that uses a variety of rexrainbow's plugins. We've hit a little snag - not sure the Matcher plugin is working correctly - and we're looking for someone with experience with this who might be able to help work out the bugs.

    Yes, we're willing to pay. :)

  • rexrainbow - would you be able to help with some questions I have on some of your plugins? I would be happy to pay you for your time.

  • I think the solution to that is on the Score.Add function... There is an event that calls this function and sends a parameter ("InstGroup.InstCnt("elimination"), which contains a value that is added to the Score...

    With that, and maybe try to find something in the event that says:

                   prepare.On "MATCH2D" transfer logic ...

    I believe that is the part when you actually look for valid matches.

    Thanks for the tip. I was thinking maybe it would go in MATCH3, but you might be right there. I'll keep trying.

    MATCH2D (to me) looks like it's supposed to be detecting whether or not matches exist, but it doesn't seem to do anything when you run out of moves, so I could be wrong. I'm very new to all this.

  • Nice work, Welfo. I wondered how that would function. I'll personally probably stick with clicking this time around.

    Has anyone been able to figure out how to generate a power-up type of chess object? For instance, match 3 of a certain item or a certain pattern and generate a chess that will clear the board of any other chess it's swapped with (just like Bejweled).

  • I'm working on something similar to Block Mania... how do you address the possibility of running out of matches? Does the board reload or...?

  • Interesting game. Thanks for sharing.

    What happens if there are no possible combinations to click left on the board? Does it reset itself? Does this just not occur due to the volume of tiles?

  • File not found...

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I'm new to C2, but your plugins are great. Is there a simple way to detect when there are no more possible matches and either shuffle or eliminate the current chess?

  • 9 posts