brushfe's Forum Posts

  • I thought it was explained well in the first post:

    In other words, the following event:

    > IF playerA.Something

    > OR playerB.Something

    Doesn't translate into:

    > Pick playerA.Something if true

    > Or pick playerB.Something if true

    It actually translates into:

    > Pick playerA.Something if true, and pick 0 instances of playerB

    > Pick playerB.Something if true, and pick 0 instances of playerA

    So an OR condition where the untrue statements have no effect on the picking of the true statement.

  • Once you click upvote or downvote on a comment (i.e. in the comments of a new release), you can't remove it—you can only upvote or downvote.

    Accidentally clicking upvote, when you mean to collapse a comment or scroll the page, can lead to a situation like this.

    It would be ideal to match other comment systems, where clicking the upvote/downvote removes it entirely.

  • Maybe it's related to this bug?

    github.com/Scirra/Construct-bugs/issues/7086

  • The game does slow down for me here when I leave it running for a while. (MacBook Pro, Chrome)

    I don't know if it'll help, but there are some parts of your code that are constantly running and may not need to.

    You could put some of these things into event groups, and enable/disable them only when the checks make sense, like the dialog code. Other things, like the fallspeed, might only be necessary when the platform condition "Is Falling" is true.

    It could be something more technical; maybe there's something in the debugger that can provide clues?

  • Strange! "Greenworks" doesn't even show up when you search "works". Thanks for pointing this out, I want to check again for the plugins I thought didn't exist.

  • dop2000 You're a life saver! Thanks so much!

    This version solved the problems (in all versions of C3).

    I owe you one!

  • An old project I've just opened now has this error. Does anyone recognize it?

    The error goes away when I delete the object with Easystar attached to it.

    And it appears even in the last versions of Construct used (308, 314).

    Thanks for your help!

    EDIT: This is plug-in version 1.4.0.0

  • I struggled with this for years — thinking it was a bug — until finally realizing that the OR statements inform ALL picked instances even if ONE statement is true.

    I guess it's a conflict between the event sheet system and pure logic, but it's always bothered me as well. If PlayerObject isn't carrying a torch, it shouldn't be relevant — if FireflyObject is lit, the PlayerObject should change animation. Isn't that the definition of the word OR?

    A true OR that prevents non-true statements from affecting picking would be amazing!

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I can also replicate it.

    Maybe it is some strange artifact in the underlying code.. this project was created 11 years ago.

    In version 90, of Constuct2..!!

    It would be fitting for C2 bug to haunt us in a game about ghosts!

  • I see what you mean - this is strange! I can replicate it here now following those steps.

    It seems to occur when there multiple layouts. If you duplicate the original layout, then delete the original layout, the game works using the duplicated layout.

    You should file a bug on the bug tracker:

    github.com/Scirra/Construct-bugs

    I'm not sure why this is happening, but I'd love to know the answer!

  • Ah sorry I meant can you post a video (or just the exact steps) of how you replicate the bug? From the start of opening the original template all the way until it breaks.

  • Could you share a video or a step-by-step of how to replicate it?

  • It works fine on my end. Did you assign the right event sheet to your new layout?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads