LuckyRawat's Forum Posts

  • Thanks oosyrag

    browser-reload is exactly what I was expecting from Restart layout.

  • Thanks

  • I have lost of things in layout and somewhere I want to restart my layout but I don't know how this restart layout action work. It restarting layout in its current situation, There were some objects out of layout and during gameplay they are inside layout and lots of things. After restarting layout everything is still there current position. How can I actually restart layout where all objects reset to their starting position.

    Tagged:

  • still I'm not sure what I should type there as I tried b7-a8Q, b7-a8=Q, b7-a8a8Q.

  • What I should type in the textbox to move from b7 to a8 and promote it to Queen?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks

    i can see this file in few weeks. I'm out of city

  • Thanks to you.

    You helped me so many times I never can forget that.

  • Can you do comments too in events it will make easy to understand.

    Like I am not getting what's happening in UpdateBoard Functions.

  • oh Thank you soo much & Merry Christmas to you too.

  • oosyrag I never used regex before and never know about it But I know tokenat method. can you little explain about json object and json expression. How I have to do with json

  • I did test runtime.globalVars.textBoard = chess.board(); and it showed me

    [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

  • is there anyone who can explain how to convert api's values into sprite positions.

  • ai is a long way away currently I am struggling on how to apply these api's in sprites.

  • still out of my head

    but I'll think of it

  • I have read there but still I didn't know what to do and how to do with this

    const chess = new Chess()
    
    chess.board()
    // -> [[{type: 'r', color: 'b'},
     {type: 'n', color: 'b'},
     {type: 'b', color: 'b'},
     {type: 'q', color: 'b'},
     {type: 'k', color: 'b'},
     {type: 'b', color: 'b'},
     {type: 'n', color: 'b'},
     {type: 'r', color: 'b'}],
     [...],
     [...],
     [...],
     [...],
     [...],
     [{type: 'r', color: 'w'},
     {type: 'n', color: 'w'},
     {type: 'b', color: 'w'},
     {type: 'q', color: 'w'},
     {type: 'k', color: 'w'},
     {type: 'b', color: 'w'},
     {type: 'n', color: 'w'},
     {type: 'r', color: 'w'}]]