brushfe's Recent Forum Activity

  • There's a lot of different ways to achieve this, depending on your game's needs.

    To mark a level as completed, a simple way would be to create a series of global variables in your event sheet. These would be booleans, called "Level1Complete", "Level2Complete", etc. Because they're global variables, they'll retain their data from layout to layout.

    You could also create a Dictionary object, with keys named that way, and set to either 0 or 1. If there's going to be more information about each level you want to store, consider an Array instead of a Dictionary.

    However you choose to store these flags, you'll need to add a system condition called "On Start of Layout" in the event sheet for the level select. This only runs once, and it's useful setting things up before the user has control or sees anything.

    Now you can add sub-events to your On Start of Layout condition. Using the simple global booleans, you can add events to each one to see if it's true, then unlock the level if so (such as "If Level1Complete is True, destroy LevelIcon"). If you use a Dictionary or Array, you can do the same (and more) in a more elegant way.

    Hope that helps!

  • Let us know what you end up with! I'm sure a lot of people would love to know!

  • I have seen some games slow the player and camera speed while on stairs, to give the sense that they're climbing up or down. Sometimes it's coupled with a unique walk cycle animation. Food for thought!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sure thing! Maybe your last idea could be accomplished by altering layer scale - check out the manual entry for more on that!

  • Right, yeah it's an unfortunate reality that letters need a minimum amount of pixels to be legible!

    There's some tiny pixel typefaces out there, which can do wonders with three/four-pixel-high letters, but that might a bit much with full dialogue.

    I've found it beneficial to base the resolution on the finest detail in the design document. If dialogue needs to be there, find the smallest pixel typeface you like, then build the ui and graphics out from there.

    It sounds like you'll have to go to 480*270 with 2x scale graphics to make it feel like 8*8, but still have your type legible. You mentioned this might cause some annoying issues, but you'll have to weigh those and decide.

    All said there may be a technical approach in construct with layers, using layer scale, canvas, etc. But that's beyond my capabilities, so hopefully the much more qualified users here can tell you that! :)

  • What resolution are you working in? And how long is the text you want to display?

  • Great work! I felt the stress immediately! It's a lot of fun already and you could definitely take this idea a few directions. Some quick thoughts:

    - I think overall your point about repetition being a fear will make designing this game really fun. The mechanics are great, and you could have a blast adding variety to this. Are there drunk patrons that you want to avoid serving? Are there animations or bonuses for serving a streak of five customers (he's on fire - nba jam)? Does someone get a promotion at work and buy a round for every customer at the bar?

    - The overcooked "how many orders can you fulfill" was the first place I went for 'goal'. But you could add values to different drinks or patrons to spice that up (if a group shows up, they order three drinks at once, but you get more points if you pull it off).

    - It forgot who did what. Eventually cashier = money = green made sense, so maybe each worker having a different colour shirt would help (if this a broader issue)

    - Maybe more visual emphasis (e.g. bigger animations) on the actions besides progress bars would help the player keep track of what actions were happening, and when the action has ended.

    - After I got the hang of it, I wanted the workers to switch tiles faster.

    I hope you keep exploring it!

  • These are fantastic! I've added one to our project already. Thanks very much for sharing these, and I hope there's more quality effects from you in the future!

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

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

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
  • x3
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies