brushfe's Recent Forum Activity

  • Not sure if anyone is old enough to remember the old SSi Goldbox Games? I keep wishing an updated more modern version in the same style would come out one day and was fed up and have started working on my own.

    This is such a great idea and already a fantastic improvement! Count me in for the final!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The layout breaks on mobile (galaxy 23 captured below)

  • You do not have permission to view this post

  • Thanks for checking!

    I've tested other browsers as well; the walk cycle animation glitch seems to only happen in Firefox.

    The camera shudder seems to be based on code, so that's sorted out anyway!

  • I was going to teach someone a few things from this template in the Example Browser (where you lead the chickens past the foxes).

    But when I run it, there's a lot of animation and camera stutter. The character has a constant flicker when he moves, as if he's animating at 60fps, and the camera gets knocked around in a jarring way when calling the chickens over.

    Is this a result of my browser/machine? Or a common issue with the template?

  • The value is what you're checking is between 1 and 3.

    In this case, it's the variable of the text object, which is TagText.TAGorder_Text

  • You could reduce the number of events here; fewer lines of code would be more efficient to work with (maybe not the efficiency you're after though!)

    Touch: On tap gesture on TagText

    ---> TagText: TAGOrder_Text is between 1 and 3

    ------> System: Pick all TagText ... TagText Set font colour to rgbEx(0,0,0)

    ------> ... TagText Set font colour to rgbEx(0,0,0)

  • This couldn't be a smaller request (maybe that makes it easy to do?), but here goes.

    In dark mode browsers, the C3 favicon has bright pixels in the corners. Maybe a remnant of an old border?

    It's the smallest bit of polish, but it all adds up!

  • Ah true. It was a link in the manual that led me there, so it felt like part of it.

    Tips & guides -> Performance tips -> More advice -> Common mis-used events and gotchas

  • Sorry - I was only summing up the problem to solve and initial proposed solution (OR conditions where the untrue statements have no effect on the picking of the true statement).

    I can't answer questions about the other cases the solution would need to address. However, I don't think those are user problems to solve.

    Users could try or suggest, but chances are they don't have enough information to do so (seen here). But if users can't solve the problem, that shouldn't have any bearing on whether the problem should be solved.

    Developer solutions to the conflict of OR and picking would for sure be the most important and productive to discuss. Or maybe the criteria for this be successful could be shared with users, so the proposals could be more useful to you. But if OR code is simply too complicated to adjust, then I imagine that's the end of it.

  • 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.

brushfe's avatar

brushfe

Member since 21 Jul, 2013

Twitter
brushfe has 2 followers

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • RTFM Read the fabulous manual
  • x10
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x3
    Lightning Draw First person to up-vote a new Construct 3 release
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies