winkr7's Forum Posts

  • you can multiply by 1000 round the answer to an integer, and then divide by 1000. This may not always work, there are some difficult decimal questions in computer science in general.

  • You can do a 2d RPG, but I would start with a small plan if I were you. Get a small game to work before you try to do a big one.

    I wrote a little RPG-like game in construct (just event sheets no code) here on our construct arcade:

    construct.net/en/free-online-games/rpg-mage-dog-26512/play

  • Car movement does this for you automatically. Maybe you want to use that instead? (you will have to remap keys to wasd from the arrow keys of course).

  • They say a 2 key shoot is easy--the pilgrims did it.

  • It works fine for me.

  • Hello;

    I want to find a location C, that is the nearest place to location A that is not in the line of sight of location B. IE, I want to hide behind the nearest tree from some enemy. One way is to guess locations near A and check to see if they are in the LOS of B.

    Is there a better way?

    Thanks for your time.

    yours

    winkr7

  • looks great.

  • once you have the UID of the first closest, take it out of the SOL and go again. Then take the first two out and go again. There is probably a more efficient way by ordering them by distance and then taking the top 3.

    yours winkr7

    19.99 is a very good price. Did you mean 119.99?

  • Have you tried the latest beta? They are doing a lot of work on Hierarchy, things like persist and Json are involved.

    yours

    winkr7

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    I am a fanboy of c3 but I have worked with lots of software packages. They all have problems, but at least here you can get hold of the people who actually write the code. They may not be able to fix everything here, but at least you know they know you exist.

    If someone tells me what to click I will try to do this build with my current game to see if it works for me.

    yours

    winkr7

  • Do you have pixel rounding set (its a project box)? That might be it. Try turning it on and off and see.

    yours

    winkr7

  • This is good news. I will give it a try next time my internet is down. I have had a hard time with this in the past.

  • You can put your global variables in a dictionary. This may make things harder to debug but at least you know where they all are. You can also put them as static inside functions which are always global.

  • we are judging this AI as experts (Well two of you are experts anyway). Look at what the AI figured out:

    construct 3 is a programming language and not a machine like a crane

    A sprite has a location

    stretch between means to start at one place and end at another

    you have to get the sprite from the UID to get the x coord

    etc.

    It did a pretty good job, just not good enough for someone who knows construct 3.

    yours

    winkr7