EiLiF64's Forum Posts

  • You are right. I am on a deadline though, but I'll try to see if I can reproduce it.

    Anyway no harm done. I was just curious if anybody else had the same issue. Thanks for the help.

  • This all in the C3 array editor:

    I removed a couple of rows from the array.

    When I try to save the project, C3 comes back with "Unable to save project."

    It's almost like the signal that saving the array data is finished never arrives (I assume that this is how it works). Assuming a save operation (array) is still in progress, C3 refuses to save the project file.

  • This happened after editing a json array file. It won't open in the editor anymore (italic filename font) or is hung loading/saving it. As a result I can't save the project anymore no matter the method (file/folder/cloud). I save frequently so it's not a huge deal but I was wondering if anybody else had issues.

    r412 beta.

  • Lots of places - google it. This should get you started: Kenney.

  • The consensus on the web seems to be that styling a list box is asking for trouble. I will use a simplified tabbed list box in the near future and switch something more custom when time permits.

    Thanks for your continued support.

  • Thanks for the tip. Unfortunately it doesn't seem to work for me. I am going to experiment a bit more.

  • I have build myself a basic tabbed object selector with buttons, sprites and list boxes.

    I'd like to control the font and background color of the selected element via CSS.

    I have tried various pseudo classes like :active and :focus but I am not getting the result I want. Does anybody know how to do this?

  • Email sent.

    P.S. I am based in Austin, TX.

  • Try this:

    CSV-Example

    It should get you started.

  • Great minds think alike ;) Here is the link to the feature request. Maybe you can upvote it or something.

    https://github.com/Scirra/Construct-feature-requests/issues/329

  • Like so but without having to disconnect the inspector and then rearrange the windows manually:

  • Very clean presentation. I am looking forward what other elements you will add. As a long-time World of Tank player and game designer I am thinking bushes for concealment, barriers for cover and possibly a couple of special helper tanks that can be called forward to deal with the enemy. Keep up the good work!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Very helpful, thanks!

  • Adding Wait for previous actions to complete after every Create and Destroy fixes the issue.

    Can someone confirm that Create and Destroy are asynchronous actions? I did not expect that.

  • I place instances of a power plant on a map. I collate some of their instance variables (power output) to know how much power is being produced in total.

    This does not work as expected with the attached version. What happens here is that the newly placed instance is not recognized. object.count/ is zero after placing the first object instance. After I place the second object it's 1 then 2 and so on... SO alway one behind.

    I get the proper result when I use a dedicated debug event which I start with a button.

    I suspect this issue is based on me using event and sub-event wrong or an async operation Create object that I need to wait for.

    I have attached the C3P file in case somebody wants to take a look.

    The offending code is on event sheet 51_Area in group Widgets Place Remove and function e_grid_update.

    I have .logged and debugged the hell out of this thing so any pointers would be appreciated.

    https://drive.google.com/file/d/1qyxwkb2nFV8Nnhl9xjJ60OlyVD524qcH/view?usp=drive_link