Kiister's Forum Posts

  • 4 posts
  • OMG THANKS!

    I never got to use the dictionary plugin before, and now I don't know how I was making stuff without it! It is working the way I wanted! sure because I need to use the dictionary I will need to add some lines to the game, but still gonna save me time, and lines in the game! THANKS SO MUCH!!!

  • I want to create something that will save me time and lines of code in my game, but I can't get it to work properly...

    what I want is to be able to combine two or more information to call a Global Variable. ex.:

    if button is pressed

    Set localvariable.X to localvariable.Y & "_some_text_" & localvariable.Z

    knowing that there is a Global Variable called localvariable.Y_some_text_localvariable.Z that I want to be called by this function.

    Is there a way to do it? and if it is how?

  • Have you looked at the Path finding object ?

    I tried using the pathfinding, but the pieces do not stop at the right place ...

    I only did the pathfinding in the Queen:

    Demo

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm trying to create a game of chess in which the pieces move as in the "Battle Chess: King Me". I just want to be able to click on the piece, click where I want it to go and it start to walk towards the square that I ordered.

    Here's what I did:

    Demo

  • 4 posts