BeatsByZann's Forum Posts

  • mOOnpunk very true but that descriptive text isn't shown in the event sheets. Which means if you have trouble remembering you have to click into the action every time instead of just looking at the sheet.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I prefer oosyrag 's use of "Collide" and "Ignore". I personally have never had a problem remembering this, I just mentally swap "Exclusive" to "Exclude" etc., but fedca 's example interpretation of "exclusively collide with tags" is grammatically valid and very likely the first-glance interpretation of most people, especially ESOL users. Its a far more common usage in everyday speech as opposed to current text which I don't think I've ever heard spoken aloud in my life. The only places I can remember seeing it used in writing were in math text book sections on sets and in legal contracts or insurance policies where they are listing items to be included excluded from said document. Not exactly the wording most people will default to or even have any experience with.

    • In a sprite with multiple animations, changes to image points and collision polygons sometimes are not saved. I think this happens more often after adding/importing new animations, but I couldn't reliably reproduce this bug.

    Seen this as well, many times.

  • No problem, good luck!

  • In that block you are picking all the children of cards who are also cards. If you are trying to move child text boxes you need to pick them as the type of children. You might also want to use the "move in front" rather than just setting all the children to the top of the layer. Its easy for other objects to get in between the z order.

  • Thanks XHXIAIEIN and dop2000, I'm saving both of your responses in my personal C3 cheatsheets. Really made a few things clear that I didn't get from the manual or sample projects.

  • For anyone finding this and having the same problem, see this github bug report: github.com/Scirra/Construct-bugs/issues/8576.

    I have applied the edits recommended by Scirra and was able to successfully open my project. If you don't know how to edit project JSON's from outside the app, post here and I'll walk you through it.

  • Ok, thanks both of you for responding, and thanks for submitting that bug report I see both your responses on Discord as well. It sounds like this is all connected, the prolonged saving and the file corruption. What's weird is the corruption of the saving seems to have been within a limited time period for me. The auto save and and the manual save at the time both got corrupted but the next day when dop2000 asked me to try opening a working version and saving then I was able to open the newly saved file. I just tried again and confirmed that I can save and re-open working files. Why would this only affect that period, at least a 20 min period, where it would corrupt both the auto save and the manual save? Very strange.

  • dop2000 any other suggestions?

  • By any chance, does this relate to multiplayer in any way? Lobbies?

  • Oh, well, that clears it up. I feel kinda silly now, I guess I was overthinking the question.

  • Oh, and the only add on in the project is Overboy's Dictionary Behavior, but I didn't update it recently, and it's not in use on any objects, it's just added as a project behavior.

  • dop2000 I tried your experiment and I was able to open an earlier version of the file in the latest beta, save it as a new file, close it and re-open it.

    I have already tried clearing all browsing/cache cookie data. And as another note, I do remember yesterday that Construct was being finicky when saving. I had both affected project files open and I had to click save several times on each project in order for the save icon to deselect and construct to allow me to close without giving me the "leave without saving changes alert".

    I appreciate the help. One of the affected files has virtually no changes from the previous version, but the other has 3 days worth of particularly tedious work that I'd really rather not lose.

  • To add a detail, I can still open earlier versions of my file from yesterday and before as well as any of the sample files. Its just the two project files that I saved today that are affected.

  • I just posted a similar bug with the exact same first two errors listed.