winkr7's Forum Posts

  • Put ten beams all pointing the same way and originating from points each 4 or 5 pixels over from each other. Then treat each mean separately. The low ones will get blocked, the higher ones will get through. If you make them fuzzy it will seem like one big partly blocked beam.

  • user overlap point. If you put all your sprites in a family you can ask which ones overlap the single point. Then pick the sprite you want if there is more than one in the SOL.

  • Hello;

    The pathfinder works in cells, either a cell is blocked or not (or costs a certain number of move points or not). An object might block two cells in one location but only one cell in another depending on overlap. The path goes from the center of one cell to the next in the path it finds, not a straight line. So if you are two cells up and over 3 it has to go over and then up (you can set it to move catycorner which helps a little).

    It doesn't find the path to the object, it finds a path to the cell nearest the center of the object. It starts at the cell closest to your start object. To move exactly to a place you need to use moveTo. Pathfinder only gets you to the nearest cell.

    hope that helps.

    yours

    winkr7

  • Thanks both of you, I will give this a try.

    yours

    winkr7

  • Hello;

    I have a window looking out on the stars that should just scroll by slowly forever. It is a tiled background.

    Whats the best way to do this?

    yours

    winkr7

  • If I have a function with static variables in the group are they effected?

    And, if I reset an area, where some sprites have become children of sprites not in that area, what happens? Are they no longer children? Same with parent hierarchy forming outside the area?

  • You can create another sprite that centers on where you want to scroll. Just have that sprite change only the x axis value with the player.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I did notice you can't really do much in the layout editor though, the side bars are missing or are they accessed elsewhere? It's kinda crucial to be able to check instance variables and object properties when programming.

    You have to swipe in from the side a few times

  • I have the same problem, so I make myself use the e key too.

  • I do when I am on the train or commuting. Mostly just double checking stuff. It is hard to work without a keyboard.

  • Any project I spend even 100 hours on is a tangled mess of code and variable names and doesn't need any more obfuscation to be useless to anyone else. Unfortunately.

  • I would try opening them on another pc for a start. At least you will then know the problem is your new pc.

  • If you are saying that clicks on the top layer are triggering click objects in the lower layer there is no way at present to stop the click from dropping into the next layer. In the click on object you can say, if the object is on the lower layer don't respond. Not sure that is much help.

  • Thankyou dop2000, you are very helpful.

  • Hello;

    How do I know if a text string will fit completely in a text box--including the font,size, wordwrap etc settings? Is there a way to see if the last period in the string is actually showing?

    thanks for your time.

    yours

    winkr7

    Tagged: