rajesh.bagguva's Forum Posts

  • 3 posts
  • Hi, I have one array. In that I am storing some random values like ["1","value","abc"]. Now I want to convert that array into json and again convert it into a string and needs to store in a variable.

    After that again this string needs to be convert into JSON and that JSON should be convert into an array.

    Can anyone help me?

  • Hi,

    I am facing an issue with the timer. I added all timer related code. I am using EVERY X SECONDS event. The problem is when the window screen is in normal then the timer running correctly. When we use full screen(Browser) then the timer is slow. I dont know the exact reason why it is behaving like this.

    Can someone help to get out of this timer issue?

    Thank you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi there,

    I have been doing some prototyping and one feature I would like to do is to be able to path find with tile movement. When ever you click it should be avoid obstacles and move to the destination(Clicked part).

    I tried construct 3 Pathfind behaviour. But some times it is overlaping into the obstacles.

  • 3 posts